Skip to content

Commit 4acca75

Browse files
authored
Merge pull request #4096 from davidfischer/bump-default-theme
Use the latest theme version in the default builder
2 parents f3dd58b + 5890b5a commit 4acca75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 1 addition & 1 deletion
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.3',
248+
'sphinx-rtd-theme<0.4',
249249
'readthedocs-sphinx-ext<0.6'
250250
])
251251

readthedocs/rtd_tests/tests/test_doc_building.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ def test_install_core_requirements_sphinx(self):
885885
'commonmark==0.5.4',
886886
'recommonmark==0.4.0',
887887
'sphinx==1.7.4',
888-
'sphinx-rtd-theme<0.3',
888+
'sphinx-rtd-theme<0.4',
889889
'readthedocs-sphinx-ext<0.6',
890890
]
891891
requirements = self.base_requirements + requirements_sphinx

0 commit comments

Comments
 (0)