Skip to content

Commit

Permalink
battle sphinx module discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Dec 18, 2024
1 parent db41ae0 commit f10acf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
import os
import sys
import hydropop
# import hydropop
sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
# sys.path.insert(0, os.path.abspath("../"))

extensions = ["sphinx.ext.autodoc", "sphinx.ext.autosummary"]

Expand Down

0 comments on commit f10acf8

Please sign in to comment.