Skip to content

Commit

Permalink
Fix autodoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinEnjalbert committed Jun 25, 2024
1 parent ebfe141 commit 32b6d22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.

from os.path import abspath, join, pardir
from os.path import abspath
import sys

sys.path.insert(0, abspath('../../src'))

# -- Project information -----------------------------------------------------

project = 'SimExporter'
Expand Down

0 comments on commit 32b6d22

Please sign in to comment.