Skip to content

Commit ef2a698

Browse files
authored
Bump readthedocs-sphinx-ext to 0.5.5 to resolve search issues (#2834)
Addresses #2708 by using a version of our extension that supports more than one version of Sphinx. Refs #1895 Refs #1850 Refs #2755
1 parent 362d082 commit ef2a698

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

readthedocs/doc_builder/python_environments.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ def install_core_requirements(self):
109109
'mkdocs==0.15.0',
110110
'mock==1.0.1',
111111
'pillow==2.6.1',
112-
('git+https://github.com/rtfd/readthedocs-sphinx-ext.git'
113-
'@0.6-alpha#egg=readthedocs-sphinx-ext'),
112+
'readthedocs-sphinx-ext<0.6',
114113
'sphinx-rtd-theme<0.3',
115114
'alabaster>=0.7,<0.8,!=0.7.5',
116115
'commonmark==0.5.4',
@@ -217,8 +216,7 @@ def install_core_requirements(self):
217216
# Install pip-only things.
218217
pip_requirements = [
219218
'mkdocs==0.15.0',
220-
('git+https://github.com/rtfd/readthedocs-sphinx-ext.git'
221-
'@0.6-alpha#egg=readthedocs-sphinx-ext'),
219+
'readthedocs-sphinx-ext<0.6',
222220
'commonmark==0.5.4',
223221
'recommonmark==0.1.1',
224222
]

0 commit comments

Comments
 (0)