Skip to content

Commit 63966d3

Browse files
authored
Merge pull request #5789 from rtfd/bump-sphinx-ext
Fix version of our sphinx-ext we're installing
2 parents 9a66237 + 2a4260e commit 63966d3

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
@@ -325,7 +325,7 @@ def install_core_requirements(self):
325325
negative='sphinx<2',
326326
),
327327
'sphinx-rtd-theme<0.5',
328-
'readthedocs-sphinx-ext<0.6',
328+
'readthedocs-sphinx-ext<0.7',
329329
])
330330

331331
cmd = copy.copy(pip_install_cmd)

0 commit comments

Comments
 (0)