Skip to content

Commit 43351bb

Browse files
committed
Merge remote-tracking branch 'origin/agj/theme-0.5.0rc1' into docs-refactor
2 parents 81b8be8 + 55d6a0d commit 43351bb

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ formats: all
33
sphinx:
44
configuration: docs/conf.py
55
python:
6-
install:
7-
- requirements: requirements/local-docs-build.txt
6+
install:
7+
- requirements: requirements/local-docs-build.txt

requirements/local-docs-build.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010
# AttributeError: 'str' object has no attribute 'rawsource'
1111
docutils==0.14 # pyup: ignore
1212

13-
sphinx_rtd_theme==0.4.3
13+
sphinx_rtd_theme==0.5.0rc1
1414
sphinx-tabs==1.1.13
15-
# Required to avoid Transifex error with reserved slug
16-
# https://github.com/sphinx-doc/sphinx-intl/pull/27
17-
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
15+
sphinx-intl==2.0.1
1816

1917
# Test out in-doc search
2018
git+https://github.com/readthedocs/readthedocs-sphinx-search@master

requirements/pip.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ django_polymorphic==2.1.2
1010
djangorestframework==3.10.3
1111

1212
# For intersphinx during builds
13-
# Use <2.x until we fix some issues in our theme.
14-
# Some things are not rendering properly and sidebar shows titles in gray.
15-
Sphinx==1.8.5 # pyup: <2.0.0
13+
Sphinx==3.0.3
1614

1715
# Filtering for the REST API
1816
django-filter==2.2.0

0 commit comments

Comments
 (0)