mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
13 lines
210 B
INI
13 lines
210 B
INI
[build_sphinx]
|
|
source-dir = docs
|
|
build-dir = build/docs
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = build/docs/html
|
|
|
|
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE = tests.testproject.settings
|
|
|
|
[isort]
|
|
profile = black
|