File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ variable before starting your application and importing the library:
4242
4343.. list-table ::
4444 :header-rows: 1
45- :widths: 1 1 2
45+ :widths: 1 1 1 2
4646
4747 * - Configuration Variable
4848 - Configuration Type
@@ -64,7 +64,7 @@ that you can use the Datadog tracer in your OpenTracing-compatible
6464applications.
6565
6666Installation
67- ^^^^^^^^^^^^
67+ ~~~~~~~~~~~~
6868
6969Include OpenTracing with ``ddtrace ``::
7070
@@ -78,7 +78,7 @@ you have the following in ``setup.py``::
7878 ],
7979
8080Configuration
81- ^^^^^^^^^^^^^
81+ ~~~~~~~~~~~~~
8282
8383The OpenTracing convention for initializing a tracer is to define an
8484initialization method that will configure and instantiate a new tracer and
Original file line number Diff line number Diff line change @@ -509,9 +509,13 @@ commands=flake8 .
509509basepython =python3.7
510510
511511[testenv:docs]
512- deps = sphinx
513- commands = sphinx-build -W -b html docs docs/_build/html
514- basepython = python
512+ commands_pre =
513+ extras =
514+ opentracing
515+ deps =
516+ sphinx
517+ commands =sphinx-build -W -b html docs docs/_build/html
518+ basepython =python
515519
516520# do not use develop mode with celery as running multiple python versions within
517521# same job will cause problem for tests that use ddtrace-run
You can’t perform that action at this time.
0 commit comments