aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_themes/pysidedocs/theme.conf
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2011-08-08 13:31:19 +0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:43 -0300
commitb6a0810e706d5bd0e91d048023e62febf163166b (patch)
treec5bf0cb86d8ba9bbb0816f11931069af592b3634 /doc/_themes/pysidedocs/theme.conf
parent5e08e864e7378b87b18bf885a73ac5f4d0cac93a (diff)
Update pysidedocs theme to rely more on sphinx's base theme:
- Drop files that are redundant with sphinx. - Add _templates/layout.html to add the needed customisation. - Update theme.conf to ensure theme inheritance. - Update pysidedocs.css to fit the theme with sphinx's basic theme. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'doc/_themes/pysidedocs/theme.conf')
-rw-r--r--doc/_themes/pysidedocs/theme.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/_themes/pysidedocs/theme.conf b/doc/_themes/pysidedocs/theme.conf
index d1fe6d1f9..e0a652a5d 100644
--- a/doc/_themes/pysidedocs/theme.conf
+++ b/doc/_themes/pysidedocs/theme.conf
@@ -1,6 +1,6 @@
[theme]
-inherit = none
-stylesheet = basic.css
+inherit = default
+stylesheet = pysidedocs.css
pygments_style = none
[options]