summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-08-30 16:24:21 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-08-30 16:24:21 +0200
commitc2a7a1f3ab4ba5c4f5adeca0fa22d8d6b4fc079d (patch)
tree862c2d1741ebb542333da50e347315404a81caf0
parent7ccb822acd9e8072e733e4e74f25436e7b8fc16e (diff)
bug config file
-rwxr-xr-xdocs/nb_build1
-rw-r--r--docs/source/conf.py4
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/nb_build b/docs/nb_build
index d0d01ff..e0afbcd 100755
--- a/docs/nb_build
+++ b/docs/nb_build
@@ -4,6 +4,7 @@
# remove comment
sed -i "s/#'sphinx\_gallery/'sphinx\_gallery/" source/conf.py
+make html
# put comment again
sed -i "s/'sphinx\_gallery/#'sphinx\_gallery/" source/conf.py
diff --git a/docs/source/conf.py b/docs/source/conf.py
index a241205..b9f1f9d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -130,7 +130,7 @@ exclude_patterns = []
#show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = #'sphinx'
+pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
@@ -146,7 +146,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = #'sphinx_rtd_theme'
+html_theme = 'sphinx_rtd_theme'
# 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