mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Added section to setup.cfg to be used with Sphinx-PyPI-upload's command upload_sphinx
This commit is contained in:
parent
9fded76e7c
commit
c34667e7b2
1 changed files with 4 additions and 1 deletions
|
|
@ -4,4 +4,7 @@ tag_build = dev
|
|||
[build_sphinx]
|
||||
source-dir = docs/
|
||||
build-dir = docs/build
|
||||
all_files = 1
|
||||
all_files = 1
|
||||
|
||||
[upload_sphinx]
|
||||
upload-dir = docs/build/html
|
||||
|
|
|
|||
Loading…
Reference in a new issue