Skip to content

Commit

Permalink
update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
slawler committed Jan 21, 2025
1 parent bcc57c9 commit a3a9326
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
"""

import os
import pathlib
import subprocess
import sys

import stormhub
# import pathlib
# import subprocess
import sys

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

import stormhub

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

0 comments on commit a3a9326

Please sign in to comment.