Metadata-Version: 2.2
Name: mkdocs-ansible
Version: 25.2.0
Summary: Ansible MkDocs Theme based on mkdocs-material
Author-email: Ansible by Red Hat <info@ansible.com>
Maintainer-email: Ansible by Red Hat <info@ansible.com>
License: MIT
Project-URL: changelog, https://github.com/ansible/mkdocs-ansible/releases
Project-URL: documentation, https://ansible.readthedocs.io/projects/mkdocs-ansible/
Project-URL: homepage, https://github.com/ansible/mkdocs-ansible
Project-URL: repository, https://github.com/ansible/mkdocs-ansible
Keywords: ansible,mkdocs,theme
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: MkDocs
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: cairosvg>=2.7.1
Requires-Dist: linkchecker>=10.5.0
Requires-Dist: markdown-exec>=1.10.0
Requires-Dist: markdown-include>=0.8.1
Requires-Dist: mkdocs-gen-files>=0.5.0
Requires-Dist: mkdocs-htmlproofer-plugin>=1.3.0
Requires-Dist: mkdocs-macros-plugin>=1.3.7
Requires-Dist: mkdocs-material-extensions>=1.3.1
Requires-Dist: mkdocs-material>=9.6.4
Requires-Dist: mkdocs-minify-plugin>=0.8.0
Requires-Dist: mkdocs-monorepo-plugin>=1.1.0
Requires-Dist: mkdocs>=1.6.1
Requires-Dist: mkdocstrings-python>=0.16.0
Requires-Dist: mkdocstrings>=0.28.1
Requires-Dist: pillow>=11.1.0
Requires-Dist: pymdown-extensions>=10.14.3
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-plus; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"

---
hide:
  - navigation
  - toc
---

# mkdocs-ansible theme

This [mkdocs](https://www.mkdocs.org/) theme is based on [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) and aims to provide a consistent
look and feel for any project related to [Ansible](https://docs.ansible.com/) ecosystem.

Some of the projects that use this theme are:

- [ansible-compat](https://ansible.readthedocs.io/projects/compat/)
- [ansible-dev-tools](https://ansible.readthedocs.io/projects/dev-tools/)
- [ansible-lint](https://ansible.readthedocs.io/projects/lint/)
- [ansible-navigator](https://ansible.readthedocs.io/projects/navigator/)
- [molecule](https://ansible.readthedocs.io/projects/molecule/)
