aboutsummaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-05-13 14:17:45 +0200
committerBen Gamari <ben@smart-cactus.org>2016-05-16 14:53:46 +0200
commitcec21957001143794e71bcd9420283df18e7de40 (patch)
tree07105f6b69454f1ebd5f1988402980db6b2c29e4 /doc/conf.py
parent26e6b39de3213969d7de7f8bb3d4a849136866d1 (diff)
doc: Vendorize alabaster Sphinx theme
Alabaster is now the default sphinx theme and is a significant improvement over the previous default that it's worthproviding it when unavailable (e.g. Sphinx <1.3).
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index d6b8bda8..6e73eb5c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -29,6 +29,7 @@ pygments_style = 'tango'
# -- Options for HTML output ----------------------------------------------
+html_theme_path = ['./alabaster']
html_theme = 'alabaster'
htmlhelp_basename = 'Haddockdoc'