mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
* Unify the Sphinx's `conf.py` files Previously, these files needed pre-processing and be symlinked. But they all are almost identical. So now, the differing sections in the config are governed by the tags passed to `sphinx-build`. This allows to reduce duplication and errors related to forgetting to update some of the configs but not the others. It removes the need to do pre-processing, meaning less mandatory disk operations before invoking the build process. * versions for stable-2.13 * intersphinx mappings for stable-2.13 --------- Co-authored-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua>