mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-17 20:11:08 +00:00
Significant improvements: * Allow easy isolated local builds via a dedicated Tox environment * Configure Sphinx to use consistent packages and theme across local, CI, and ReadTheDocs builds; local builds now look the same as the published RTD pages * Explicitly add a ReadTheDocs configuration as code, per their documented best practices * Remove lots of dead code and simplify the Sphinx configuration file * Build docs in a dedicated CI step and enable stricter warning checking
12 lines
101 B
Text
12 lines
101 B
Text
.coverage
|
|
coverage.xml
|
|
docs/_build
|
|
*.egg-info
|
|
*.egg
|
|
test.db
|
|
build/
|
|
.tox/
|
|
htmlcov/
|
|
*.pyc
|
|
dist/
|
|
.eggs/
|