Skip to content

Commit

Permalink
🚧 fix(wip): paths are the only thing that have changed behaviors
Browse files Browse the repository at this point in the history
  • Loading branch information
mxchinegod committed Dec 23, 2023
1 parent 71fb596 commit d02ad94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
import os, sys
sys.path.insert(0, os.path.abspath('../')) #documentation is detected
sys.path.insert(0, os.path.abspath('../magnet'))
sys.path.insert(0, os.path.abspath('../magnet/'))
sys.path.insert(0, os.path.abspath('../magnet/ize'))
sys.path.insert(0, os.path.abspath('../magnet/ron'))
sys.path.insert(0, os.path.abspath('../magnet/ic'))
project = 'magnet'
copyright = '2023, Prismadic'
author = 'Prismadic'
Expand Down

0 comments on commit d02ad94

Please sign in to comment.