diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-07-17 14:18:24 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-07-17 14:18:24 +0200 |
commit | eaeb5f7567d51d2e89875e9b51012a05fa3397de (patch) | |
tree | 87a0fa7fe39bfca19d7b782b5c4032abbaf804f3 /docs/source/conf.py | |
parent | 1b8cf086ff0480fb2c296c72ada3baa80ea24648 (diff) |
Script to update the reference documentation files
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index d8dade9..7b50891 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,9 +10,10 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) +import os +import sys + +sys.path.insert(0, os.path.abspath('../..')) # -- Project information ----------------------------------------------------- |