Skip to content

Commit

Permalink
Bump readthedocs-sphinx-ext to 0.5.5 to resolve search issues
Browse files Browse the repository at this point in the history
Addresses #2708 by using a version of our extension that supports more than one
version of Sphinx.

Refs #1895
Refs #1850
Refs #2755
  • Loading branch information
agjohnson committed May 10, 2017
1 parent a66bd56 commit 2ef0c81
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions readthedocs/doc_builder/python_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ def install_core_requirements(self):
'mkdocs==0.15.0',
'mock==1.0.1',
'pillow==2.6.1',
('git+https://github.com/rtfd/readthedocs-sphinx-ext.git'
'@0.6-alpha#egg=readthedocs-sphinx-ext'),
'readthedocs-sphinx-ext<0.6',
'sphinx-rtd-theme<0.3',
'alabaster>=0.7,<0.8,!=0.7.5',
'commonmark==0.5.4',
Expand Down Expand Up @@ -217,8 +216,7 @@ def install_core_requirements(self):
# Install pip-only things.
pip_requirements = [
'mkdocs==0.15.0',
('git+https://github.com/rtfd/readthedocs-sphinx-ext.git'
'@0.6-alpha#egg=readthedocs-sphinx-ext'),
'readthedocs-sphinx-ext<0.6',
'commonmark==0.5.4',
'recommonmark==0.1.1',
]
Expand Down

0 comments on commit 2ef0c81

Please sign in to comment.