Skip to content

Commit a81d82e

Browse files
authored
Merge pull request #7542 from readthedocs/install-latest-ext
Builds: always install latest version of our sphinx extension
2 parents c85171a + 47eaa30 commit a81d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/python_environments.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def install_core_requirements(self):
384384
self.project.get_feature_value(
385385
Feature.USE_SPHINX_RTD_EXT_LATEST,
386386
positive='readthedocs-sphinx-ext',
387-
negative='readthedocs-sphinx-ext<1.1',
387+
negative='readthedocs-sphinx-ext<2.2',
388388
),
389389
])
390390

0 commit comments

Comments
 (0)