1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
[options]
#use_openmp=False
#debug_cflags=True
## The default values of use_cython and keep_cythonized
## depend on whether the current version is a release or not.
## Uncomment the following two lines to get the _release_ behavior.
#use_cython=False
#keep_cythonized=True
## Uncomment the below line to generate the annotated cython HTML output
# annotate_cython=True
## any additional compiler flags for core C routines, excluding ENCORE
#extra_cflags =
[build_sphinx]
all-files = 1
source-dir = doc/sphinx/source
build-dir = doc/html
warning-is-error = 1
|