Skip to content

Commit

Permalink
docs: trying to fix the path problem
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Oct 26, 2023
1 parent fb7e59d commit 7016851
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
import os
import sys

sys.path.insert(0, os.path.abspath(".."))
for x in os.walk("../../src"):
sys.path.insert(0, x[0])
sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))

extensions = [
"sphinx.ext.autodoc",
Expand Down

0 comments on commit 7016851

Please sign in to comment.