add note for write permission on rst files (#70766)
* add note for write permission on rst files * Update docs/docsite/rst/community/documentation_contributions.rst Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
This commit is contained in:
parent
24e5d3a51c
commit
2a7df5e07b
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ You can drop ``--user`` if you have set up a virtual environment (venv/virtenv).
|
||||||
|
|
||||||
On macOS with Xcode, you may need to install ``six`` and ``pyparsing`` with ``--ignore-installed`` to get versions that work with ``sphinx``.
|
On macOS with Xcode, you may need to install ``six`` and ``pyparsing`` with ``--ignore-installed`` to get versions that work with ``sphinx``.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
After checking out ``ansible/ansible``, make sure the ``docs/docsite/rst`` directory has strict enough permissions. It should only be writable by the owner's account. If your default ``umask`` is not 022, you can use ``chmod go-w docs/docsite/rst`` to set the permissions correctly in your new branch. Optionally, you can set your ``umask`` to 022 to make all newly created files on your system (including those created by ``git clone``) have the correct permissions.
|
||||||
|
|
||||||
.. _testing_documentation_locally:
|
.. _testing_documentation_locally:
|
||||||
|
|
||||||
Testing the documentation locally
|
Testing the documentation locally
|
||||||
|
|
Loading…
Reference in a new issue