Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansible-community/sphinx_ansible_theme
A reusable Ansible Sphinx Theme
https://github.com/ansible-community/sphinx_ansible_theme
pep-621 sphinx-theme
Last synced: 14 days ago
JSON representation
A reusable Ansible Sphinx Theme
- Host: GitHub
- URL: https://github.com/ansible-community/sphinx_ansible_theme
- Owner: ansible-community
- License: mit
- Created: 2020-06-23T14:40:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T18:34:49.000Z (about 1 month ago)
- Last Synced: 2024-10-15T20:41:15.262Z (29 days ago)
- Topics: pep-621, sphinx-theme
- Language: CSS
- Homepage: https://sphinx-ansible-theme.readthedocs.io/en/latest/
- Size: 941 KB
- Stars: 14
- Watchers: 10
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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 `_. 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