Skip to content

Commit

Permalink
docsite requirements path (ansible#80134)
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Mar 3, 2023
1 parent 3216e07 commit 1055803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/community/documentation_contributions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Drop the ``--user`` option in the following commands if you use a virtual enviro

.. 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.
.. note::
Expand Down

0 comments on commit 1055803

Please sign in to comment.