Metadata-Version: 2.1
Name: sphinx-ansible-theme
Version: 0.10.0
Summary: Ansible Sphinx Theme
Home-page: https://github.com/ansible-community/sphinx_ansible_theme
Author: Ansible by Red Hat
Author-email: info@ansible.com
Maintainer: Ansible by Red Hat
Maintainer-email: info@ansible.com
License: MIT
Project-URL: Documentation, https://sphinx-ansible-theme.readthedocs.io/en/latest/
Project-URL: Bug Tracker, https://github.com/ansible-community/sphinx_ansible_theme/issues
Project-URL: Release Management, https://github.com/ansible-community/sphinx_ansible_theme/releases
Project-URL: Source Code, https://github.com/ansible-community/sphinx_ansible_theme
Keywords: ansible,sphinx,theme
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: Development Status :: 6 - Mature
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: test
License-File: LICENSE

sphinx_ansible_theme
--------------------

A reusable Ansible Sphinx Theme.

Demo-site at https://sphinx-ansible-theme.readthedocs.io/en/latest/

Logos in ``sphinx_ansible_theme/static/images/``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The Ansible logos are taken from `the official Ansible Community logo download page <https://www.ansible.com/logos>`_. The files are slightly modified as follows:

* The SVG logos' bounding boxes are modified from ``0 0 300 300`` to ``30 30 240 240``.
* The PNG files are rescaled to 180x180 using ImageMagick as follows:

  .. code-block:: sh

    convert Ansible-Mark-Large-RGB-Black.png -resize 180x180 Ansible-Mark-RGB_Black.png
    convert Ansible-Mark-Large-RGB-White.png -resize 180x180 Ansible-Mark-RGB_White.png
