summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsixtyfathoms <66570179+sixtyfathoms@users.noreply.github.com>2021-02-04 06:02:48 -1000
committerGitHub <noreply@github.com>2021-02-04 11:02:48 -0500
commitc580dd08b53f91136008cebb1b860bc3b61aca73 (patch)
tree57e1d63816b19d4ba097ae0c6ad13494fd149c2d
parent71d81c6fca55d79f58f51160cc1b59dc2ca140b7 (diff)
downloadjinja2-c580dd08b53f91136008cebb1b860bc3b61aca73.tar.gz
update building docs instructions in contributing guide (#1235)
-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