Skip to content

Commit 70ea859

Browse files
committed
Start building with sphinx 1.8
Currently we use sphinx 1.7, we already have some projects building with 1.8 (with feature flag) and with custom requirements. We also have fixed/adapted some of our code to support the new version. I'm also updating the projects with a feature flag to use 2.0 when it's available.
1 parent 439e8af commit 70ea859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ def install_core_requirements(self):
302302
requirements.extend([
303303
self.project.get_feature_value(
304304
Feature.USE_SPHINX_LATEST,
305-
positive='sphinx<2',
306-
negative='sphinx<1.8',
305+
positive='sphinx<=2',
306+
negative='sphinx<2',
307307
),
308308
'sphinx-rtd-theme<0.5',
309309
'readthedocs-sphinx-ext<0.6',

0 commit comments

Comments
 (0)