sphinx-relabel adds a Sphinx directive that generates a custom greeting.
sphinx-relabel is published on PyPI and can be installed with:
pip install sphinx-relabelAfter adding sphinx-relabel to your Python project, update your Sphinx's conf.py file to include sphinx-relabel as one of its extensions:
extensions = [
"sphinx-relabel"
]You can report any issues or bugs on the project's GitHub repository.
If you're interested in contributing to sphinx-relabel, start with the contribution guide.
sphinx-relabel is released under the GPL-3.0 license.