mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
17 lines
248 B
INI
17 lines
248 B
INI
[build_sphinx]
|
|
source-dir = docs/
|
|
build-dir = docs/_build
|
|
|
|
[upload_sphinx]
|
|
upload-dir = docs/_build/html
|
|
|
|
[pytest]
|
|
pep8maxlinelength = 99
|
|
|
|
pep8ignore =
|
|
docs/* ALL
|
|
|
|
flakes-ignore =
|
|
ImportStarUsed
|
|
flask_security/__init__.py UnusedImport
|