Skip to content

Commit 597982d

Browse files
committed
Remove the path setup from docs/conf.py
The guitarpro package is expected to be installed when the docs are being built.
1 parent c3c86fd commit 597982d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/conf.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,7 @@
99
# All configuration values have a default; values that are commented out
1010
# serve to show the default.
1111

12-
# -- Path setup --------------------------------------------------------------
13-
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-
1812
import importlib.metadata
19-
import os
20-
import sys
21-
sys.path.insert(0, os.path.abspath('..'))
22-
2313

2414
# -- General configuration -----------------------------------------------------
2515

0 commit comments

Comments
 (0)