Skip to content

Commit

Permalink
tweak conf
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed May 25, 2020
1 parent 91045ce commit eef256f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
# The full version, including alpha/beta/rc tags
release = '0.5.0'

master_doc = 'index'

# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
Expand Down Expand Up @@ -50,15 +52,16 @@
# 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', '**.ipynb_checkpoints']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '.tox', '**.ipynb_checkpoints',
'sources/*', 'first_version/*']

# I execute the notebooks manually in advance. If notebooks test the code,
# they should be run at build time.
nbsphinx_execute = 'never'
nbsphinx_allow_errors = True

# Add type of source files
source_suffix = ['.rst', '.md', '.ipynb']
source_suffix = ['.rst', '.ipynb']

# -- Options for HTML output -------------------------------------------------

Expand Down

0 comments on commit eef256f

Please sign in to comment.