Skip to content

Commit 52fee2c

Browse files
davidfischeragjohnson
authored andcommitted
Increase the max theme version (#4195)
* Increase the theme version * Fix the tests
1 parent 1dd68c3 commit 52fee2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs/doc_builder/python_environments.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def install_core_requirements(self):
245245
positive='sphinx<2',
246246
negative='sphinx==1.7.4',
247247
),
248-
'sphinx-rtd-theme<0.4',
248+
'sphinx-rtd-theme<0.5',
249249
'readthedocs-sphinx-ext<0.6'
250250
])
251251

readthedocs/rtd_tests/tests/test_doc_building.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ def test_install_core_requirements_sphinx(self):
11531153
'commonmark==0.5.4',
11541154
'recommonmark==0.4.0',
11551155
'sphinx==1.7.4',
1156-
'sphinx-rtd-theme<0.4',
1156+
'sphinx-rtd-theme<0.5',
11571157
'readthedocs-sphinx-ext<0.6',
11581158
]
11591159
requirements = self.base_requirements + requirements_sphinx

0 commit comments

Comments
 (0)