Skip to content

Commit

Permalink
Pins docutils to <0.17 until breaking behaviour is fixed (#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

GitOrigin-RevId: 6fd9c01159aeba132d7b0f7ef3949dd0049a0392
  • Loading branch information
potiuk authored and Cloud Composer Team committed Mar 10, 2022
1 parent 3560185 commit 8804076
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 8804076

Please sign in to comment.