Skip to content

Commit 47eaa30

Browse files
committed
Install <2.2
1 parent f11a065 commit 47eaa30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readthedocs/doc_builder/python_environments.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,11 @@ def install_core_requirements(self):
381381
negative='sphinx<2',
382382
),
383383
'sphinx-rtd-theme<0.5',
384-
'readthedocs-sphinx-ext',
384+
self.project.get_feature_value(
385+
Feature.USE_SPHINX_RTD_EXT_LATEST,
386+
positive='readthedocs-sphinx-ext',
387+
negative='readthedocs-sphinx-ext<2.2',
388+
),
385389
])
386390

387391
cmd = copy.copy(pip_install_cmd)

0 commit comments

Comments
 (0)