fix rstcheck problem and gitignore collections dir (#70764)
This commit is contained in:
parent
97cd1a4b82
commit
24e5d3a51c
2 changed files with 3 additions and 1 deletions
2
docs/docsite/.gitignore
vendored
2
docs/docsite/.gitignore
vendored
|
@ -14,4 +14,6 @@ objects.inv
|
|||
rst/dev_guide/testing/sanity/index.rst
|
||||
rst/modules/*.rst
|
||||
rst/playbooks_keywords.rst
|
||||
rst/collections/
|
||||
|
||||
*.min.css
|
||||
|
|
|
@ -235,7 +235,7 @@ To be prompted for a string to encrypt, encrypt it with the 'dev' vault password
|
|||
|
||||
The command above triggers this prompt:
|
||||
|
||||
.. code-block:: bash
|
||||
.. code-block:: text
|
||||
|
||||
Reading plaintext input from stdin. (ctrl-d to end input)
|
||||
|
||||
|
|
Loading…
Reference in a new issue