Skip to content

Commit

Permalink
Merge pull request #7542 from readthedocs/install-latest-ext
Browse files Browse the repository at this point in the history
Builds: always install latest version of our sphinx extension
  • Loading branch information
stsewd authored Oct 22, 2020
2 parents c85171a + 47eaa30 commit a81d82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/doc_builder/python_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def install_core_requirements(self):
self.project.get_feature_value(
Feature.USE_SPHINX_RTD_EXT_LATEST,
positive='readthedocs-sphinx-ext',
negative='readthedocs-sphinx-ext<1.1',
negative='readthedocs-sphinx-ext<2.2',
),
])

Expand Down

0 comments on commit a81d82e

Please sign in to comment.