We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd68c3 commit 52fee2cCopy full SHA for 52fee2c
readthedocs/doc_builder/python_environments.py
@@ -245,7 +245,7 @@ def install_core_requirements(self):
245
positive='sphinx<2',
246
negative='sphinx==1.7.4',
247
),
248
- 'sphinx-rtd-theme<0.4',
+ 'sphinx-rtd-theme<0.5',
249
'readthedocs-sphinx-ext<0.6'
250
])
251
readthedocs/rtd_tests/tests/test_doc_building.py
@@ -1153,7 +1153,7 @@ def test_install_core_requirements_sphinx(self):
1153
'commonmark==0.5.4',
1154
'recommonmark==0.4.0',
1155
'sphinx==1.7.4',
1156
1157
'readthedocs-sphinx-ext<0.6',
1158
]
1159
requirements = self.base_requirements + requirements_sphinx
0 commit comments