File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 107107
108108# The theme to use for HTML and HTML Help pages. See the documentation for
109109# a list of builtin themes.
110- html_theme = 'default '
110+ html_theme = 'sphinx_rtd_theme '
111111
112112# Theme options are theme-specific and customize the look and feel of a theme
113113# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ def read(path):
5252 "hypothesis >= 1.14.0" ,
5353 # Tasteful testing for Python:
5454 "testtools" ,
55+ "sphinx" ,
56+ "sphinx_rtd_theme" ,
57+ "flake8" ,
58+ "yapf"
5559 ]
5660 },
5761 entry_points = {
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ commands = pyflakes eliot
6161
6262[testenv:sphinx]
6363deps = sphinx
64+ sphinx_rtd_theme
6465basepython = python3.5
6566commands =
6667 sphinx-build -b html docs/source/ docs/_build/html
You can’t perform that action at this time.
0 commit comments