aboutsummaryrefslogtreecommitdiff
blob: ccd55846087b15eb5782e8407b8c6b1afb4d6627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[aliases]
build_html = build_sphinx -b html

[build_sphinx]
source-dir = doc
build-dir  = build/sphinx
all_files  = 1

[build_ext]
# uncomment if you don't want to build the extension modules
#build-optional=false

[tool:pytest]
testpaths = tests