We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8138d88 + 0aa8915 commit 58f28bfCopy full SHA for 58f28bf
CONTRIBUTING.rst
@@ -79,6 +79,16 @@ Pytest could always use more documentation. What exactly is needed?
79
You can also edit documentation files directly in the GitHub web interface,
80
without using a local copy. This can be convenient for small fixes.
81
82
+.. note::
83
+ Build the documentation locally with the following command:
84
+
85
+ .. code:: bash
86
87
+ $ tox -e docs
88
89
+ The built documentation should be available in the ``doc/en/_build/``.
90
91
+ Where 'en' refers to the documentation language.
92
93
.. _submitplugin:
94
0 commit comments