aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-08-05 22:52:03 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-08-05 22:52:03 +0200
commite0ec25e03d0584054b40ae63c27dbe4b06caa7bd (patch)
tree3c7f6463c673d744d2c638577e4e4a74bab805a0 /docs/conf.py
parent497d26a2755289f1633e6e3d8291a13254e4a5b7 (diff)
downloadee-python-e0ec25e03d0584054b40ae63c27dbe4b06caa7bd.tar.gz
ee-python-e0ec25e03d0584054b40ae63c27dbe4b06caa7bd.tar.bz2
ee-python-e0ec25e03d0584054b40ae63c27dbe4b06caa7bd.tar.xz
ee-python-e0ec25e03d0584054b40ae63c27dbe4b06caa7bd.zip
o More docs for the ee project.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index eb831a7..c486425 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -63,7 +63,14 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
-exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
+exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'env',
+ '**/*.rst___jb_old___',
+ '**/*.rst___jb_tmp___',
+ ]
+
+exclude_patterns += [
+ # "getting-started-dodo.rst",
+]
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
@@ -74,7 +81,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 = 'alabaster'
+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