Skip to content

Commit 8262381

Browse files
authored
Merge pull request #2676 from rtfd/upgrade-theme
Upgrade Sphinx version and theme.
2 parents 6b9981d + 17b6068 commit 8262381

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

readthedocs/doc_builder/python_environments.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def setup_base(self):
102102

103103
def install_core_requirements(self):
104104
requirements = [
105-
'sphinx==1.3.5',
105+
'sphinx==1.5.3',
106106
'Pygments==2.1.3',
107107
'setuptools==20.1.1',
108108
'docutils==0.12',
@@ -111,7 +111,7 @@ def install_core_requirements(self):
111111
'pillow==2.6.1',
112112
('git+https://github.com/rtfd/readthedocs-sphinx-ext.git'
113113
'@0.6-alpha#egg=readthedocs-sphinx-ext'),
114-
'sphinx-rtd-theme==0.1.9',
114+
'sphinx-rtd-theme==0.2.0',
115115
'alabaster>=0.7,<0.8,!=0.7.5',
116116
'commonmark==0.5.4',
117117
'recommonmark==0.1.1',

requirements/pip.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ pip==9.0.1
33
appdirs==1.4.1
44
virtualenv==15.0.1
55
docutils==0.11
6-
Sphinx==1.3.5
6+
Sphinx==1.5.3
7+
sphinx_rtd_theme==0.2.0
78
Pygments==2.0.2
89
mkdocs==0.14.0
910
readthedocs-build==2.0.6

0 commit comments

Comments
 (0)