summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 40a74c7..2b6abe8 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -207,6 +207,12 @@ Read more about `coverage <https://coverage.readthedocs.io>`__.
Building the docs
~~~~~~~~~~~~~~~~~
+Install the documentation dependencies if you have not already done so.
+
+.. code-block:: text
+
+ $ pip install -r requirements/docs.txt
+
Build the docs in the ``docs`` directory using Sphinx.
.. code-block:: text