Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2023
1 parent 6321193 commit 7e7d20d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@
import sphinx_rtd_theme # noqa

# path to .pyi files w/o having them installed
print(f"+++++++++++++++++ {os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../src')}")
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../src'))
print(
f"+++++++++++++++++ {os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../src')}"
)
sys.path.insert(
0, os.path.join(os.path.dirname(os.path.abspath(__file__)), "../../src")
)

# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit 7e7d20d

Please sign in to comment.