Skip to content

Commit

Permalink
ignoring more things that could cause issues
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
  • Loading branch information
ct2034 committed Aug 13, 2024
1 parent 98483f5 commit c2b7d66
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@
html_extra_path = ['../../']
# this avoids copying the build directory recursively into itself
# which not only sounds like a bad idea:
exclude_patterns = ['docs/build']
exclude_patterns = [
'docs/build',
'docs/source/_build',
'__pycache__',
'.git',
'**/.mypy_cache',
'**/.pytest_cache',
]
html_context = {
"display_github": True,
"github_user": "boschresearch",
Expand Down

0 comments on commit c2b7d66

Please sign in to comment.