Skip to content

Commit c428dd3

Browse files
authored
Merge pull request readthedocs#5366 from stsewd/start-building-with-sphinx-18
Start building with sphinx 1.8
2 parents 4b823ad + 32d5e59 commit c428dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def install_core_requirements(self):
303303
self.project.get_feature_value(
304304
Feature.USE_SPHINX_LATEST,
305305
positive='sphinx<2',
306-
negative='sphinx<1.8',
306+
negative='sphinx<2',
307307
),
308308
'sphinx-rtd-theme<0.5',
309309
'readthedocs-sphinx-ext<0.6',

0 commit comments

Comments
 (0)