We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f051e commit db41d35Copy full SHA for db41d35
2 files changed
docs/conf.py
@@ -12,7 +12,7 @@
12
#
13
import os
14
import sys
15
-sys.path.insert(0, os.path.abspath('../src'))
+sys.path.insert(0, os.path.abspath('../src/schengulator/'))
16
17
18
# -- Project information -----------------------------------------------------
docs/requirements.txt
@@ -1,3 +1,4 @@
1
+csv
2
datetime
3
myst-parser
4
renku-sphinx-theme
0 commit comments