Skip to content

Commit 32d5e59

Browse files
committed
Leave feature flag projects as before
1 parent 70ea859 commit 32d5e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def install_core_requirements(self):
302302
requirements.extend([
303303
self.project.get_feature_value(
304304
Feature.USE_SPHINX_LATEST,
305-
positive='sphinx<=2',
305+
positive='sphinx<2',
306306
negative='sphinx<2',
307307
),
308308
'sphinx-rtd-theme<0.5',

0 commit comments

Comments
 (0)