diff options
author | Felix Fontein <felix@fontein.de> | 2020-12-18 17:55:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 17:55:31 +0100 |
commit | b514200126f98517d71fddbc636e91700e65e8f9 (patch) | |
tree | e7d1f80cf937fdfba5cd39f67b055cbe7b357cc3 /MANIFEST.in | |
parent | Update WSL docs to mention sleep workaround (#72839) (diff) | |
download | ansible-b514200126f98517d71fddbc636e91700e65e8f9.tar.xz ansible-b514200126f98517d71fddbc636e91700e65e8f9.zip |
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 commit bd47e82eadbf18b1f4736c62fde47f6e15191723.
* Revert "Explicitly include new file."
This reverts commit 74ae50a734d7ca6c904f3fdc91b71aa8bd7e5b4a.
* Adjust .gitignore
* Revert "Revert "Explicitly include new file.""
This reverts commit f30d99c861b65f1968c402abdad6ff93c15d68b8.
* 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>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 6365611a68..e389bdb5fb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 |