Skip to content

Commit

Permalink
Merge pull request #527 from tukss/fix_recursive_doc
Browse files Browse the repository at this point in the history
fix recursive doc build
  • Loading branch information
gassmoeller authored Jun 17, 2024
2 parents add8227 + 18728bc commit ca2f909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# 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','doc/build' '**.ipynb_checkpoints']
exclude_patterns = ['_build', 'doc/build', '**.ipynb_checkpoints']
nbsphinx_allow_errors = True
nbsphinx_execute = 'never'

Expand Down

0 comments on commit ca2f909

Please sign in to comment.