plone.app.discussion/setup.cfg

18 lines
285 B
INI
Raw Normal View History

[build_sphinx]
source-dir = docs/source
build-dir = docs
all_files = 1
[upload_sphinx]
upload-dir = docs/html
[bdist_wheel]
universal = 0
2022-05-01 23:14:00 +02:00
[isort]
# black compatible Plone isort rules:
profile = black
force_alphabetical_sort = True
force_single_line = True
lines_after_imports = 2