From: sixtyfathoms <66570179+sixtyfathoms@users.noreply.github.com> Date: Thu, 4 Feb 2021 16:02:48 +0000 (-1000) Subject: update building docs instructions in contributing guide (#1235) X-Git-Tag: 3.0.0rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c580dd08b53f91136008cebb1b860bc3b61aca73;p=thirdparty%2Fjinja.git update building docs instructions in contributing guide (#1235) --- diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 40a74c78..2b6abe83 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -207,6 +207,12 @@ Read more about `coverage `__. 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