Skip to content

Commit 4c9d6c9

Browse files
committed
fix: fix sphinx errors
1 parent 40da729 commit 4c9d6c9

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

docs/installation_quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
6464
applications.
6565

6666
Installation
67-
^^^^^^^^^^^^
67+
~~~~~~~~~~~~
6868

6969
Include OpenTracing with ``ddtrace``::
7070

@@ -78,7 +78,7 @@ you have the following in ``setup.py``::
7878
],
7979

8080
Configuration
81-
^^^^^^^^^^^^^
81+
~~~~~~~~~~~~~
8282

8383
The OpenTracing convention for initializing a tracer is to define an
8484
initialization method that will configure and instantiate a new tracer and

tox.ini

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,13 @@ commands=flake8 .
509509
basepython=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

0 commit comments

Comments
 (0)