sphinx-contrib / sphinxcontrib-towncrier

An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version. Demo: https://ansible-pylibssh.rtfd.io/changelog. Docs: https://sphinxcontrib-towncrier.rtfd.io
https://pypi.org/p/sphinxcontrib-towncrier
BSD 3-Clause "New" or "Revised" License
19 stars 18 forks source link

Add a tox config with `build-dists` env #24

Closed slsh1o closed 4 years ago

slsh1o commented 4 years ago

Now it's possible to produce dist under dist/ folder with tox -e build-dist. Local smoke tests works fine.

Close #19