diff --git a/Makefile b/Makefile index bc6fcd9..b7e7988 100644 --- a/Makefile +++ b/Makefile @@ -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 .. diff --git a/docs/conf.py b/docs/conf.py index 72f8b45..3a78e05 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.