GitXplorerGitXplorer
h

sphinx-version-warning

public
16 stars
13 forks
15 issues

Commits

List of commits on branch master.
Unverified
a82156c2ea08e5feab406514d0ccd9d48a345f48

Missing link

hhumitos committed 5 years ago
Unverified
2cc907586bf9d451cd1ce30dc7ddabeb7734f5ef

Use tip for the banner example

hhumitos committed 5 years ago
Unverified
87bd256dc12bab13af670129c15fb0522aedc825

Use valid selector for banner

hhumitos committed 5 years ago
Unverified
fb82692a7dbc989fa2516f2507b18dbea34c27f4

Title and copyright

hhumitos committed 5 years ago
Unverified
df2685913897f831e26ece2bf1afb6497c5f4fa6

Small details on documentation

hhumitos committed 5 years ago
Unverified
16a3b997706a7eb97575744a3ed1fa9cb5e19117

Full documentation

hhumitos committed 5 years ago

README

The README file for this repository.

|PyPI version| |Docs badge| |License|

sphinx-version-warning

sphinx-version-warning is a Sphinx extension that allows you to show a Warning banner at the top of your documentation. By default, the banner is shown based on the version that is displayed compared (using SemVer_) with the latest version on the server.

Installation

::

pip install sphinx-version-warning

Configuration

Add this extension in your conf.py file as:

.. code-block:: python

extensions = [ # ... other extensions here

'versionwarning.extension',

]

Documentation

Check out the full documentation at https://sphinx-version-warning.readthedocs.io/

.. _SemVer: https://semver.org/

.. |PyPI version| image:: https://img.shields.io/pypi/v/sphinx-version-warning.svg :target: https://pypi.org/project/sphinx-version-warning :alt: Current PyPI version .. |Docs badge| image:: https://readthedocs.org/projects/sphinx-version-warning/badge/?version=latest :target: https://sphinx-version-warning.readthedocs.io/en/latest/?badge=latest :alt: Documentation status .. |License| image:: https://img.shields.io/github/license/humitos/sphinx-version-warning.svg :target: LICENSE :alt: Repository license