Skip to content

Commit

Permalink
fixing infinite recursion in paths
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 030fcf0 commit 17ec954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}
html_logo = 'logo.png'
html_extra_path = ['../../']
exclude_patterns = ['docs/build'] # this avoids copying the build directory recursively into itself which not only sounds like a bad idea
html_context = {
"display_github": True,
"github_user": "boschresearch",
Expand Down

0 comments on commit 17ec954

Please sign in to comment.