mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 00:22:14 +02:00
Add link to all module and plugin indexes (#72743)
* Add link to all module and plugin indexes. * Use glob setting for toctree. * Explicitly include new file. * Move all_plugins one level up. * Revert "Move all_plugins one level up." This reverts commitbd47e82ead. * Revert "Explicitly include new file." This reverts commit74ae50a734. * Adjust .gitignore * Revert "Revert "Explicitly include new file."" This reverts commitf30d99c861. * Fix docs make clean Now that there's a static file in rst/collections, we have to be more explicit about how we clean the generated files out of that directory. Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
This commit is contained in:
co-authored by
Toshio Kuratomi
parent
8fdb5ace01
commit
b514200126
@@ -3,6 +3,7 @@ include COPYING
|
||||
include SYMLINK_CACHE.json
|
||||
include requirements.txt
|
||||
recursive-include docs *
|
||||
include docs/docsite/rst/collections/all_plugins.rst
|
||||
exclude docs/docsite/rst_warnings
|
||||
recursive-exclude docs/docsite/_build *
|
||||
recursive-exclude docs/docsite/_extensions *.pyc *.pyo
|
||||
|
||||
Reference in New Issue
Block a user