]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
update building docs instructions in contributing guide (#1235)
authorsixtyfathoms <66570179+sixtyfathoms@users.noreply.github.com>
Thu, 4 Feb 2021 16:02:48 +0000 (06:02 -1000)
committerGitHub <noreply@github.com>
Thu, 4 Feb 2021 16:02:48 +0000 (11:02 -0500)
CONTRIBUTING.rst

index 40a74c785586ca869d49c322c4b966a7112ea2c7..2b6abe83d4d0a90a9a5fc6a532a9aa57d0e2c9a1 100644 (file)
@@ -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