Skip to content

Commit

Permalink
docs: add source directory to Python path for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnCaerts committed Sep 9, 2024
1 parent dc5849e commit e0b5732
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
import os
import sys

# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

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

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

Expand Down

0 comments on commit e0b5732

Please sign in to comment.