summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-16 17:20:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commit9e955f0a540ebe8763dd03dfec0fa40e9e2761a6 (patch)
treee318237b06461ae7d7772feacf61bf14542f3e4f
parent932bad7b84d12b7bc78ad3f1fb8ea371f4fe4b78 (diff)
downloadptxdist-9e955f0a540ebe8763dd03dfec0fa40e9e2761a6.tar.gz
ptxdist-9e955f0a540ebe8763dd03dfec0fa40e9e2761a6.tar.xz
doc: use classic theme
This requires Sphinx 1.3.x Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--doc/ptx-theme/static/ptx.css2
-rw-r--r--doc/ptx-theme/theme.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ptx-theme/static/ptx.css b/doc/ptx-theme/static/ptx.css
index 36e07b6df..6f8035f30 100644
--- a/doc/ptx-theme/static/ptx.css
+++ b/doc/ptx-theme/static/ptx.css
@@ -1,4 +1,4 @@
-@import url("default.css");
+@import url("classic.css");
div.important {
background-color: #eee;
diff --git a/doc/ptx-theme/theme.conf b/doc/ptx-theme/theme.conf
index ebae6b94b..362414ed9 100644
--- a/doc/ptx-theme/theme.conf
+++ b/doc/ptx-theme/theme.conf
@@ -1,3 +1,3 @@
[theme]
-inherit = default
+inherit = classic
stylesheet = ptx.css