Skip to content

Commit

Permalink
Pins docutils to <0.17 until breaking behaviour is fixed (apache#16133)
Browse files Browse the repository at this point in the history
Sphinx RTD theme 0.5.2. introduced limitation to docutils to account for
some docutils markup change:

readthedocs/sphinx_rtd_theme#1112
(cherry picked from commit 6fd9c01)
  • Loading branch information
potiuk committed Jun 22, 2021
1 parent a659c37 commit 1205b4d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Expand Up @@ -502,7 +502,12 @@ def get_sphinx_theme_version() -> str:
'bowler',
'click~=7.1',
'coverage',
'docutils',
# Sphinx RTD theme 0.5.2. introduced limitation to docutils to account for some docutils markup
# change:
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1112
# This limitation can be removed after this issue is closed:
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
'docutils<0.17',
'filelock',
'flake8>=3.6.0',
'flake8-colors',
Expand Down

0 comments on commit 1205b4d

Please sign in to comment.