Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d01d779

Browse files
Docs: fix docs dependencies (open-telemetry#625)
1 parent 2992950 commit d01d779

File tree

5 files changed

+12
-46
lines changed

5 files changed

+12
-46
lines changed

docs-requirements.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ sphinx-rtd-theme~=0.4
33
sphinx-autodoc-typehints~=1.10.2
44

55
# Required by ext packages
6-
opentracing~=2.2.0
76
Deprecated>=1.2.6
8-
thrift>=0.10.0
9-
pymongo~=3.1
7+
PyMySQL~=0.9.3
108
flask~=1.0
11-
mysql-connector-python ~= 8.0
12-
wrapt >= 1.0.0, < 2.0.0
13-
psycopg2-binary >= 2.7.3.1
14-
prometheus_client >= 0.5.0, < 1.0.0
9+
mysql-connector-python~=8.0
10+
opentracing~=2.2.0
11+
prometheus_client>=0.5.0,<1.0.0
12+
psycopg2-binary>=2.7.3.1
13+
pymongo~=3.1
14+
redis>=2.6
15+
thrift>=0.10.0
16+
wrapt >=1.0.0,<2.0.0

docs/ext/grpc/grpc.client_interceptor.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/ext/grpc/grpc.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
.. include:: ../../../ext/opentelemetry-ext-grpc/README.rst
2-
3-
Submodules
4-
----------
5-
6-
.. toctree::
7-
8-
grpc.client_interceptor
9-
grpc.server_interceptor
1+
OpenTelemetry gRPC Integration
2+
==============================
103

114
Module contents
125
---------------

docs/ext/grpc/grpc.server_interceptor.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -250,22 +250,7 @@ commands =
250250
[testenv:docs]
251251
deps =
252252
-c dev-requirements.txt
253-
-c docs-requirements.txt
254-
sphinx
255-
sphinx-rtd-theme
256-
sphinx-autodoc-typehints
257-
# Required by ext packages
258-
opentracing
259-
Deprecated
260-
thrift
261-
pymongo
262-
redis
263-
flask
264-
pymysql
265-
mysql-connector-python
266-
wrapt
267-
psycopg2-binary
268-
prometheus_client
253+
-r docs-requirements.txt
269254

270255
changedir = docs
271256

0 commit comments

Comments
 (0)