mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Add a release make target and remove wrgon sphinx configuration file.
This commit is contained in:
parent
8e248ad61b
commit
994889bc58
2 changed files with 7 additions and 1 deletions
6
Makefile
6
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 ..
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue