Update to Sphinx 4

- allow local development using editable = true in Pipfile and by adding
  a setup.py
- bump dependencies for Sphinx 4.x
This commit is contained in:
Jan Dittberner 2021-09-04 17:14:18 +02:00
parent 8044e1a071
commit 8bc07c611f
4 changed files with 337 additions and 420 deletions

View file

@ -4,12 +4,14 @@ url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
sphinx = ">=3"
ipcalc = ">=1.99"
coverage = "*"
twine = "*"
path = "*"
pytest = "*"
[packages]
jandd-sphinxext-ip = {path = "."}
jandd-sphinxext-ip = { path = ".", editable = true }
Sphinx = ">=4"
docutils = "*"
six = "*"
ipcalc = ">=1.99"