Skip to content

Commit 5bc0796

Browse files
authored
Merge pull request #7201 from readthedocs/davidfischer/feature-flag-latest-sphinx
Feature flag for using latest Sphinx
2 parents 03541e2 + 0bdfea1 commit 5bc0796

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readthedocs/doc_builder/python_environments.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,10 @@ def install_core_requirements(self):
352352
),
353353
)
354354
else:
355-
# We will assume semver here and only automate up to the next
356-
# backward incompatible release: 2.x
357355
requirements.extend([
358356
self.project.get_feature_value(
359357
Feature.USE_SPHINX_LATEST,
360-
positive='sphinx<2',
358+
positive='sphinx',
361359
negative='sphinx<2',
362360
),
363361
'sphinx-rtd-theme<0.5',

0 commit comments

Comments
 (0)