sprockets.http/setup.cfg
Dave Shawley 0730428069 Enable uploading docs to pythonhosted.org.
If this works, then consider ditching readthedocs.org since there is no
way to downgrade the sphinx version there /sigh
2018-01-03 13:19:28 -05:00

18 lines
260 B
INI

[bdist_wheel]
universal = 1
[build_sphinx]
all-files = 1
[flake8]
exclude = env,build
[nosetests]
cover-branches = 1
cover-erase = 1
cover-package = sprockets.http
cover-html = 1
cover-html-dir = build/coverage
[upload_docs]
upload_dir = build/sphinx/html