We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af1341 commit 7636547Copy full SHA for 7636547
docs-requirements.txt
@@ -2,6 +2,11 @@ sphinx~=2.4
2
sphinx-rtd-theme~=0.4
3
sphinx-autodoc-typehints~=1.10.2
4
5
+# Need to install the api/sdk in the venv for autodoc. Modifying sys.path
6
+# doesn't work for pkg_resources.
7
+./opentelemetry-api
8
+./opentelemetry-sdk
9
+
10
# Required by ext packages
11
asgiref~=3.0
12
asyncpg>=0.12.0
docs/conf.py
@@ -25,8 +25,6 @@
25
26
27
source_dirs = [
28
- os.path.abspath("../opentelemetry-api/src/"),
29
- os.path.abspath("../opentelemetry-sdk/src/"),
30
os.path.abspath("../opentelemetry-instrumentation/src/"),
31
]
32
0 commit comments