File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
# list see the documentation:
5
5
# https://www.sphinx-doc.org/en/master/usage/configuration.html
6
6
7
- # -- Path setup --------------------------------------------------------------
8
-
9
7
from __future__ import annotations
8
+ import os
9
+ import sys
10
10
from datetime import datetime
11
11
import yaml
12
12
13
+ # -- Path setup --------------------------------------------------------------
14
+ # If extensions (or modules to document with autodoc) are in another directory,
15
+ # add these directories to sys.path here. If the directory is relative to the
16
+ # documentation root, use os.path.abspath to make it absolute, like shown here.
17
+ sys .path .insert (0 , os .path .abspath ('.' ))
18
+
19
+
13
20
# -- Split configurations ----------------------------------------------------
14
21
15
22
from _conf .schemas import _schemas
You can’t perform that action at this time.
0 commit comments