Skip to content

Commit

Permalink
Merge pull request #7201 from readthedocs/davidfischer/feature-flag-l…
Browse files Browse the repository at this point in the history
…atest-sphinx

Feature flag for using latest Sphinx
  • Loading branch information
ericholscher authored Jun 22, 2020
2 parents 03541e2 + 0bdfea1 commit 5bc0796
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readthedocs/doc_builder/python_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,10 @@ def install_core_requirements(self):
),
)
else:
# We will assume semver here and only automate up to the next
# backward incompatible release: 2.x
requirements.extend([
self.project.get_feature_value(
Feature.USE_SPHINX_LATEST,
positive='sphinx<2',
positive='sphinx',
negative='sphinx<2',
),
'sphinx-rtd-theme<0.5',
Expand Down

0 comments on commit 5bc0796

Please sign in to comment.