You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite
Toshio Kuratomi 7662568bd8
Antsibull build format backport 71080 (#71285)
* Updates to docs build for new antsibull CLI

* --ansible-base-cache renamed to --ansible-base-source
* _acd_version in the .deps file has been renamed to _ansible_version

(cherry picked from commit 22d2c97b81)

* Fix expr regex for MacOSX compat

MacOSX seems to want bare `+` whereas GNU expr wants escaped `+` (`\+`)
to mean match one or more.  Use `\{1,\}` instead which will match one or
more on both MaxOSX and GNU-using systems.

Fixes #71053

(cherry picked from commit 99cac0b135)

* Force an upgrade to a newer version of antsibull

(cherry picked from commit d816a5966e)
5 years ago
..
_extensions docsite: remove lexers which have been fixed in Pygments 2.4.0 (#57508) 7 years ago
_static Docs: improve anchors vs. header bar (#67244) 6 years ago
_themes/sphinx_rtd_theme [backport][docs][2.10]Docsbackportapalooza 8 (#71379) 5 years ago
js/ansible consolidated docs 9 years ago
rst point all older release pages to devel (#71428) 5 years ago
.gitignore Docs backportapalooza 4 (#70875) 5 years ago
.nojekyll consolidated docs 9 years ago
Makefile Antsibull build format backport 71080 (#71285) 5 years ago
Makefile.sphinx Adds the ability to override the doc build output directory from the command line. (#36604) 8 years ago
README.md reduce docs/docsite/README to essential info (#64287) 6 years ago
ansible_2_5.inv Intersphinx (#68090) 6 years ago
ansible_2_6.inv Intersphinx (#68090) 6 years ago
ansible_2_7.inv Intersphinx (#68090) 6 years ago
ansible_2_8.inv Add the ansible_2_10 intersphinx reference. (#71028) (#71384) 5 years ago
ansible_2_9.inv Add the ansible_2_10 intersphinx reference. (#71028) (#71384) 5 years ago
ansible_2_10.inv Add the ansible_2_10 intersphinx reference. (#71028) (#71384) 5 years ago
collection-plugins.yml Collections docs generation backport (#70515) 5 years ago
jinja2.inv Intersphinx (#68090) 6 years ago
keyword_desc.yml Doc backportapalooza 2 (#70440) 6 years ago
modules.js consolidated docs 9 years ago
python2.inv Add a script to update the intersphinx inventory (#66646) 6 years ago
python3.inv Add the ansible_2_10 intersphinx reference. (#71028) (#71384) 5 years ago
requirements.txt Collections docs generation backport (#70515) 5 years ago
variables.dot consolidated docs 9 years ago

README.md

Ansible documentation

This project hosts the source behind docs.ansible.com.

To create clear, concise, and consistent contributions to Ansible documentation, please refer to the following information.

Contributions

Contributions to the documentation are welcome.

The Ansible community produces guidance on contributions, building documentation, and submitting pull requests, which you can find in Contributing to the Ansible Documentation.

You can also join the Docs Working Group.

Ansible style guide

Ansible documentation is written in ReStructuredText(RST). The Ansible style guide provides linguistic direction and technical guidelines for working with reStructuredText, in addition to other resources.

Tools

The Ansible community uses a range of tools and programs for working with Ansible documentation. Learn more about Other Tools and Programs in the Ansible Community Guide.

GitHub

Ansible documentation is hosted on the Ansible GitHub project. For GitHub workflows and other information, see the GitHub Guides.