Skip to content

Commit

Permalink
update docs conf
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahHenrikKleinschmidt committed Feb 12, 2023
1 parent b114177 commit 3d7405c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#

else:

import logging
import sys
import logging
import sys

src = os.path.abspath("..")
src = os.path.dirname(src)
logging.critical(f"{src=}")
sys.path.insert(0, src)
src = os.path.abspath("..")
src = os.path.dirname(src)
logging.info(f"{src=}")
sys.path.insert(0, src)


# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit 3d7405c

Please sign in to comment.