https://github.com/ESMValGroup/ESMValTool
Revision 06fa27a80e5b32cedd0d0c597bc4f63ff6269eff authored by Mattia Righi on 13 March 2019, 13:30:29 UTC, committed by GitHub on 13 March 2019, 13:30:29 UTC
2 parent s c3de635 + 5e5ca1f
Raw File
Tip revision: 06fa27a80e5b32cedd0d0c597bc4f63ff6269eff authored by Mattia Righi on 13 March 2019, 13:30:29 UTC
Merge pull request #964 from ESMValGroup/cmorizer_CDS-XCH4
Tip revision: 06fa27a
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