File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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
+ import os
8
+ import subprocess
9
+ import sys
10
+
7
11
# -- Path setup --------------------------------------------------------------
8
12
9
13
# If extensions (or modules to document with autodoc) are in another directory,
10
14
# add these directories to sys.path here. If the directory is relative to the
11
15
# documentation root, use os.path.abspath to make it absolute, like shown here.
12
- #
13
- # import os
14
- # import sys
15
- # sys.path.insert(0, os.path.abspath('.'))
16
+ sys .path .insert (0 , os .path .abspath ('../..' ))
16
17
17
18
# -- Project information -----------------------------------------------------
18
- import subprocess
19
19
20
20
project = 'MAVSDK-Python'
21
21
copyright = '2020, Jonas Vautherin, Julian Oes'
You can’t perform that action at this time.
0 commit comments