docsite requirements path (#80134)

pull/80138/head
Don Naro 2 years ago committed by GitHub
parent 3216e071c7
commit 1055803c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,7 +111,7 @@ Drop the ``--user`` option in the following commands if you use a virtual enviro
.. code-block:: bash .. code-block:: bash
pip install --user -r requirements.txt # This file installs unpinned versions that can cause problems with the Ansible docs build. pip install --user -r docs/docsite/requirements.txt # This file installs unpinned versions that can cause problems with the Ansible docs build.
pip install --user -r test/sanity/code-smell/docs-build.requirements.txt # This file installs tested dependency versions that are used by CI. pip install --user -r test/sanity/code-smell/docs-build.requirements.txt # This file installs tested dependency versions that are used by CI.
.. note:: .. note::

Loading…
Cancel
Save