doc: Remove sphinx theme from readme

For local previews the sphinx_rtd_theme is not used, only in read the
docs.
This commit is contained in:
patrick96 2018-12-14 16:23:59 +01:00 committed by Patrick Ziegler
parent aec34c11f1
commit 3111bee143
1 changed files with 2 additions and 3 deletions

View File

@ -7,9 +7,8 @@ The html documentation and man pages are built automatically when you build with
target `doc`). target `doc`).
## Preview Locally ## Preview Locally
The documentation uses [Sphinx](http://www.sphinx-doc.org/en/stable/) with the "Read The Docs" theme The documentation uses [Sphinx](http://www.sphinx-doc.org/en/stable/) to generate the documentation, so you will need to
[`sphinx_rtd_theme`](https://github.com/rtfd/sphinx_rtd_theme/) to generate the documentation, so you will need to have that installed.
have those installed.
To generate the documentation you first need to configure polybar the same as when you compile it (`cmake ..` in `build` To generate the documentation you first need to configure polybar the same as when you compile it (`cmake ..` in `build`
folder). folder).