From e0ec25e03d0584054b40ae63c27dbe4b06caa7bd Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 5 Aug 2018 22:52:03 +0200 Subject: o More docs for the ee project. --- docs/conf.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') 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 -- cgit v1.2.3