Skip to content

Commit c1d49ba

Browse files
committed
move pip install from command to deps
Signed-off-by: emdneto <[email protected]>
1 parent e3ba54b commit c1d49ba

File tree

2 files changed

+276
-538
lines changed

2 files changed

+276
-538
lines changed

docs-requirements.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ sphinx==7.1.2
22
sphinx-rtd-theme==2.0.0rc4
33
sphinx-autodoc-typehints==1.25.2
44

5-
# Need to install the api/sdk in the venv for autodoc. Modifying sys.path
6-
# doesn't work for pkg_resources.
7-
-e "git+https://github.com/open-telemetry/opentelemetry-python.git#egg=opentelemetry-api&subdirectory=opentelemetry-api"
8-
-e "git+https://github.com/open-telemetry/opentelemetry-python.git#egg=opentelemetry-semantic-conventions&subdirectory=opentelemetry-semantic-conventions"
9-
-e "git+https://github.com/open-telemetry/opentelemetry-python.git#egg=opentelemetry-sdk&subdirectory=opentelemetry-sdk"
10-
-e "git+https://github.com/open-telemetry/opentelemetry-python-contrib.git#egg=opentelemetry-util-http&subdirectory=util/opentelemetry-util-http"
11-
./opentelemetry-instrumentation
12-
135
# Required by opentelemetry-instrumentation
146
fastapi>=0.65.2
157
pymemcache~=1.3

0 commit comments

Comments
 (0)