diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
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' |