Skip to content

Commit

Permalink
πŸ› add import statements to conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-jrzz committed Jun 25, 2024
1 parent 2d95645 commit 536308c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import os
import sys
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 536308c

Please sign in to comment.