Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Nov 13, 2015
1 parent 4d572bb commit 252aab1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions develop.pip
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
invoke
coverage
sphinx
sphinx_rtd_theme
flake8
tox
4 changes: 2 additions & 2 deletions doc/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ MiniBench provides an easy to compare results against a previous JSON report wit
Bash completion
---------------

A bash completion script is provided in the minibench github repository: `bench-completion.sh`_.
A bash completion script is provided in the minibench github repository: `bench-complete.sh`_.

.. _bench-completion.sh: https://raw.githubusercontent.com/noirbizarre/minibench/master/bash-completion.sh
.. _bench-complete.sh: https://rawgit.com/noirbizarre/minibench/master/bench-complete.sh
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'alabaster'
import sphinx_rtd_theme
html_theme = "sphinx_rtd_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
Expand All @@ -128,6 +129,7 @@

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ deps =

[testenv:doc]
changedir = doc
deps = sphinx
deps =
sphinx
sphinx_rtd_theme
commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

0 comments on commit 252aab1

Please sign in to comment.