Skip to content

Commit

Permalink
still trying to fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter committed Dec 19, 2023
1 parent 017e1c6 commit 2b47433
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# migrated to pyproject.toml
from sphinx_pyproject import SphinxConfig
import os
import sys
sys.path.insert(0, os.path.abspath('..'))

config = SphinxConfig("../pyproject.toml", globalns=globals())

0 comments on commit 2b47433

Please sign in to comment.