Add a release make target and remove wrgon sphinx configuration file.

This commit is contained in:
Jannis Leidel 2012-07-21 16:21:47 +02:00
parent 8e248ad61b
commit 994889bc58
2 changed files with 7 additions and 1 deletions

View file

@ -2,3 +2,9 @@ test:
flake8 configurations --ignore=E501,E127,E128,E124
coverage run --branch --source=configurations manage.py test configurations
coverage report --omit=configurations/test*
release:
python setup.py sdist register upload -s
doc:
cd docs; make html; cd ..

View file

@ -125,7 +125,7 @@ html_theme = 'default'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.