https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 8d586d799e433649453fc14d4fc3a47ac543014d authored by Brodie Pearson on 23 April 2019, 14:05:11 UTC
Add files via upload
Tip revision: 8d586d7
setup.cfg
[build_sphinx]
source-dir = doc/sphinx/source
build-dir = doc/sphinx/build
all_files = 1
builder = html

[tool:pytest]
log_level = DEBUG
env =
    MPLBACKEND = Agg

[pydocstyle]
convention = numpy
back to top