From a705a45033828facb16ffc9be732d663f68b84c1 Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Sat, 30 Mar 2013 05:26:40 +0000 Subject: Properly find theme. --- diff --git a/conf.py b/conf.py index d9cf36b..21329b4 100644 --- a/conf.py +++ b/conf.py @@ -13,7 +13,7 @@ # serve to show the default. import sys, os -#import sphinx_bootstrap_theme +import sphinx_bootstrap_theme # 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 @@ -93,7 +93,7 @@ pygments_style = 'sphinx' # Activate the theme. sys.path.append(os.path.abspath('_themes')) -#html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() +html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() html_theme = 'bootstrap' # Theme options are theme-specific and customize the look and feel of a theme diff --git a/index.rst b/index.rst index f8e89b4..553f18b 100644 --- a/index.rst +++ b/index.rst @@ -21,6 +21,7 @@ Everything on our website and in our project is and will continue to be free-lib *Caryl Bigenho, Unplugged Team Leader* .. toctree:: + :hidden: faq curriculum/fototoon curriculum/tamtam_mini -- cgit v0.9.1