Skip to content

Commit

Permalink
fix conf.py (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon authored Mar 26, 2024
1 parent 46c265b commit ba6fdbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import os
import sys

sys.path.insert(0, os.path.abspath("../src"))

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

Expand Down

0 comments on commit ba6fdbc

Please sign in to comment.