9d94b308ae
Release 0.6.1
2023-01-29 17:53:22 +01:00
1afe18b429
Release 0.6.0
2023-01-29 17:49:40 +01:00
7c675a6fdb
Modernize extension
...
- update dependencies
- use tox for testing
- use type hints
- use pathlib and ipaddress from standard library instead of path and
ipcalc
- fix Sphinx deprecation warnings
2023-01-28 17:43:04 +01:00
7acff11695
Release 0.5.1
...
- bump version
- update CHANGES.rst
2021-09-04 19:56:18 +02:00
d1a151f8bd
Fix anchor links
2021-09-04 19:54:24 +02:00
49a3d89488
Reimplement using Sphinx 4 APIs
...
- use ObjectDescription for IPRange
- reimplement data handling in IPDomain
- store target docname and anchors in data to avoid later lookups
- remove broken entries from index
- adapt tests
2021-09-04 17:15:27 +02:00
fdb126996a
Run through black and isort
2021-01-02 07:24:22 +01:00
0af66c6964
Fix deprecations and modernize testing
...
- use pytest and tox for testing
- fix deprecation warnings from Sphinx and Docutils
2021-01-02 07:24:22 +01:00
585085250e
Fix compatibility with Sphinx 2.1
...
- Fix deprecation warnings
- Fix missing API in tests
- Fix relative imports in tests
- use proper logger
2019-07-13 21:52:52 +02:00
c1caa62c5d
Add test data that breaks IP address parsing
2016-05-05 10:47:35 +02:00
dd419f4ae6
Add handling for multiple IP occurrences
...
This commit adds handling of multiple occurrences of the same IP address
in one or more pages.
2016-05-04 13:29:09 +02:00
869039df5d
Add test suite
...
This commit adds a test suite and fixes replacement of ip address nodes
for IP addresses that are not part of a IP range directive.
2016-05-02 20:55:09 +02:00
a5c82a6985
Add test infrastructure
2016-05-01 18:12:02 +02:00