Skip to content

Commit

Permalink
Try bumping to Sphinx 3.0.3
Browse files Browse the repository at this point in the history
Alternatively, we can make a one-off requirements file for just the docs
if we can't upgrade to Sphinx 3.0.3 yet.
  • Loading branch information
agjohnson committed May 6, 2020
1 parent 728da03 commit 55d6a0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ formats: all
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: requirements/local-docs-build.txt
install:
- requirements: requirements/local-docs-build.txt
5 changes: 1 addition & 4 deletions requirements/local-docs-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@
# AttributeError: 'str' object has no attribute 'rawsource'
docutils==0.14 # pyup: ignore

Sphinx>=3.0.0
sphinx_rtd_theme==0.5.0rc1
sphinx-tabs==1.1.13
# Required to avoid Transifex error with reserved slug
# https://github.com/sphinx-doc/sphinx-intl/pull/27
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
sphinx-intl==2.0.1

# Test out in-doc search
git+https://github.com/readthedocs/readthedocs-sphinx-search@master
Expand Down
4 changes: 1 addition & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ django_polymorphic==2.1.2
djangorestframework==3.10.3

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

# Filtering for the REST API
django-filter==2.2.0
Expand Down

0 comments on commit 55d6a0d

Please sign in to comment.