summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/example/jenkins.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/example/jenkins.rst b/docs/example/jenkins.rst
index c5ca8a8c..cdbd589d 100644
--- a/docs/example/jenkins.rst
+++ b/docs/example/jenkins.rst
@@ -98,14 +98,13 @@ Here is an example:
# change to ``doc`` dir if that is where your sphinx-docs live
changedir = doc
deps = sphinx
- py
+ pytest
commands = pytest --tb=line -v --junitxml=junit-{envname}.xml check_sphinx.py
2. create a ``doc/check_sphinx.py`` file like this:
.. code-block:: python
- import py
import subprocess