sphinxext-ip/.gitignore
Jan Dittberner 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

14 lines
112 B
Plaintext

*.egg-info/
*.pyc
*.pyo
.*.swp
.coverage
.idea/
.ropeproject/
/.tox/
__pycache__/
_build/
build/
dist/
htmlcov/