From 3111bee14363c8f8dc34980a655843c3751783c8 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Fri, 14 Dec 2018 16:23:59 +0100
Subject: [PATCH] doc: Remove sphinx theme from readme
For local previews the sphinx_rtd_theme is not used, only in read the
docs.
---
doc/README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/doc/README.md b/doc/README.md
index f1dff97e..57e2ed54 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -7,9 +7,8 @@ The html documentation and man pages are built automatically when you build with
target `doc`).
## Preview Locally
-The documentation uses [Sphinx](http://www.sphinx-doc.org/en/stable/) with the "Read The Docs" theme
-[`sphinx_rtd_theme`](https://github.com/rtfd/sphinx_rtd_theme/) to generate the documentation, so you will need to
-have those installed.
+The documentation uses [Sphinx](http://www.sphinx-doc.org/en/stable/) to generate the documentation, so you will need to
+have that installed.
To generate the documentation you first need to configure polybar the same as when you compile it (`cmake ..` in `build`
folder).