From fd2d96f31b49317622c7d009954dc3f7f2093919 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Fri, 3 Jul 2015 23:10:56 +0300 Subject: [PATCH] removed theme --- docs/conf.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f0a17c8..8a0453f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,6 +16,12 @@ import sys import os import shlex +import juliadoc + +extensions = ['juliadoc.julia', 'juliadoc.jlhelp'] +html_theme_path = [juliadoc.get_theme_dir()] +html_sidebars = juliadoc.default_sidebars() + # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. @@ -108,7 +114,7 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'alabaster' +# html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the