From 8af3db2c30d983391726e37e1f74a97a37373f10 Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Wed, 23 Jul 2014 12:45:39 +0900 Subject: [PATCH] jinja2 docs --- docs/_themes | 1 - docs/conf.py | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 docs/_themes diff --git a/docs/_themes b/docs/_themes deleted file mode 160000 index 1cc4468..0000000 --- a/docs/_themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1cc44686f0f9dad27cce2c9d16cf42f97bc87dbd diff --git a/docs/conf.py b/docs/conf.py index f9cad4b..e39f2f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,6 @@ import sys import os -sys.path.append(os.path.abspath('_themes')) # 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 @@ -99,9 +98,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -#html_theme = 'default' -html_theme_path = ['_themes'] -html_theme = 'flask' +html_theme = 'scrolls' # 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 -- 2.25.1