use an external sphinx rtd theme (#1541)

Externalize Sphinx RTD theme
This commit is contained in:
Stefan Wójcik
2017-04-30 15:38:21 -04:00
committed by GitHub
parent de18e256ce
commit 894e9818ac
20 changed files with 13 additions and 934 deletions

View File

@@ -77,4 +77,6 @@ You might also use the github `Edit <https://github.com/blog/844-forking-with-th
button.
If you want to test your documentation changes locally, you need to install
the ``sphinx`` package.
the ``sphinx`` and ``sphinx_rtd_theme`` packages. Once these are installed,
go to the ``docs`` directory, run ``make html`` and inspect the updated docs
by running ``open _build/html/index.html``.