Skip to content

Commit

Permalink
Remove redundant sys.path insertion in conf.py.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed May 14, 2024
1 parent 8111352 commit f0f0789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import sys
sys.path.insert(0, "@CMAKE_CURRENT_SOURCE_DIR@/sphinxext")
sys.path.insert(0, "@CMAKE_CURRENT_SOURCE_DIR@/sphinxext/numpydoc")

# exclude these folders from scanning by sphinx
exclude_patterns = ['_templates']
Expand Down

0 comments on commit f0f0789

Please sign in to comment.