Skip to content

Commit cee24ed

Browse files
committed
revert changes to python_environments.py
1 parent 6701a4e commit cee24ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,7 @@ def install_core_requirements(self):
325325
negative='sphinx<2',
326326
),
327327
'sphinx-rtd-theme<0.5',
328-
# 'readthedocs-sphinx-ext<0.7',
329-
'git+https://github.com/readthedocs/readthedocs-sphinx-ext@master',
328+
'readthedocs-sphinx-ext<0.7',
330329
])
331330

332331
cmd = copy.copy(pip_install_cmd)

0 commit comments

Comments
 (0)