File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ formats: all
3
3
sphinx :
4
4
configuration : docs/conf.py
5
5
python :
6
- install :
7
- - requirements : requirements/local-docs-build.txt
6
+ install :
7
+ - requirements : requirements/local-docs-build.txt
Original file line number Diff line number Diff line change 10
10
# AttributeError: 'str' object has no attribute 'rawsource'
11
11
docutils==0.14 # pyup: ignore
12
12
13
- sphinx_rtd_theme==0.4.3
13
+ sphinx_rtd_theme==0.5.0rc1
14
14
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
18
16
19
17
# Test out in-doc search
20
18
git+https://github.com/readthedocs/readthedocs-sphinx-search@master
Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ django_polymorphic==2.1.2
10
10
djangorestframework==3.10.3
11
11
12
12
# 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
16
14
17
15
# Filtering for the REST API
18
16
django-filter==2.2.0
You can’t perform that action at this time.
0 commit comments