Skip to content

Commit

Permalink
Upgrade Sphinx version for Read the Docs (pypa#6477)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppiyakk2 authored and pradyunsg committed May 8, 2019
1 parent 919ee31 commit 17be5bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions news/6471.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade Sphinx version used to build documentation.
2 changes: 1 addition & 1 deletion tools/docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx == 1.7.*
sphinx == 2.0.1
git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ commands = pytest --timeout 300 --cov=pip --cov-report=term-missing --cov-report
[testenv:docs]
# Don't skip install here since pip_sphinxext uses pip's internals.
deps = -r{toxinidir}/tools/docs-requirements.txt
basepython = python2.7
basepython = python3.6
commands =
sphinx-build -W -d {envtmpdir}/doctrees/html -b html docs/html docs/build/html
# Having the conf.py in the docs/html is weird but needed because we
Expand Down

0 comments on commit 17be5bf

Please sign in to comment.