Skip to content
Snippets Groups Projects
Commit 4c3653261222 authored by Paul Ganssle's avatar Paul Ganssle
Browse files

Change the default docs theme and build

parent 215a1a8b1fd6
Branches
No related tags found
No related merge requests found
Changed the default theme to sphinx_rtd_theme, and changed the sphinx configuration to go along with that. (gh pr #707)
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
html_theme = 'default' html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
......
Sphinx>=1.7.3,<2
sphinx_rtd_theme>=0.3.0
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
[testenv:docs] [testenv:docs]
description = invoke sphinx-build to build the HTML docs, check that URIs are valid description = invoke sphinx-build to build the HTML docs, check that URIs are valid
basepython = python3.6 basepython = python3.6
deps = sphinx >= 1.6.3, < 2 deps = -r docs/requirements-docs.txt
{[testenv]deps} {[testenv]deps}
commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --color -bhtml} commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --color -bhtml}
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --color -blinkcheck} sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --color -blinkcheck}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment