Sphinx IP address extension
Перейти к файлу
Jan Dittberner 04985650e7 Remove broken Sphinx type annotation
sphinx.directives.T has been removed upstream. This commit removes the
type annotation to avoid breaking the extension with Sphinx >= 6
2023-07-18 11:18:25 +02:00
jandd/sphinxext/ip Remove broken Sphinx type annotation 2023-07-18 11:18:25 +02:00
tests Release 0.6.1 2023-01-29 17:53:22 +01:00
.gitignore Modernize extension 2023-01-28 17:43:04 +01:00
CHANGES.rst Release 0.6.1 2023-01-29 17:53:22 +01:00
COPYING Initial version of the IP Sphinx extension 2016-04-16 23:43:22 +02:00
DEVELOPMENT.rst Release 0.6.0 2023-01-29 17:49:40 +01:00
MANIFEST.in Fix deprecations and modernize testing 2021-01-02 07:24:22 +01:00
Pipfile Modernize extension 2023-01-28 17:43:04 +01:00
Pipfile.lock Modernize extension 2023-01-28 17:43:04 +01:00
README.rst Remove development information from README.rst 2021-09-05 12:26:05 +02:00
pyproject.toml Switch to PEP 517 build, drop tox 2021-01-02 07:24:22 +01:00
setup.cfg Release 0.6.1 2023-01-29 17:53:22 +01:00
setup.py Update to Sphinx 4 2021-09-04 17:14:18 +02:00
tox.ini Modernize extension 2023-01-28 17:43:04 +01:00

README.rst

jandd.sphinxext.ip

This is an IP address extension for Sphinx. The extension provides a domain ip that allows marking IPv4 and IPv6 addresses in documentation and contains directives to collect information regarding IP addresses in IP ranges.

Contributors