diff options
Diffstat (limited to '')
-rw-r--r-- | debian/dh-sphinxdoc/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/dh-sphinxdoc/conf.py b/debian/dh-sphinxdoc/conf.py new file mode 100644 index 0000000..6d644b2 --- /dev/null +++ b/debian/dh-sphinxdoc/conf.py @@ -0,0 +1,3 @@ +master_doc = 'empty' +html_theme = 'classic' +html_theme_options = {'collapsiblesidebar': True} |