Skip to content
Snippets Groups Projects
Unverified Commit 17ec954a authored by Christian Henkel's avatar Christian Henkel
Browse files

fixing infinite recursion in paths

parent 030fcf04
Branches
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ html_theme_options = {
}
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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment