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

🐛 Implement rebuilding documents with the directive on fragments changes granularly #8

Closed ewjoachim closed 4 years ago

ewjoachim commented 4 years ago

Closes #1

This is very very early stage code. I'm kinda assured that we'll need to deal with absolute vs relative path.

The current state of the repo doesn't easily allow to test, even manually, that something works. So this is the first step exploring this issue, but It's absolutely not ready for merging. Ooooor you can merge and fix later, anyway, the lib is not usable as-is, so it's not very different from being broken :D

Good luck for setting up all the boilerplate !

webknjaz commented 4 years ago

Good luck for setting up all the boilerplate !

Thanks! It's going to be @slsh1o's task :)

webknjaz commented 4 years ago

@ewjoachim this research is incomplete and I'm still experimenting with it but I've created #23 as an immediate workaround and invite you to take a look.

webknjaz commented 4 years ago

@ewjoachim looks like I nailed it finally! Feel free to take a look ;)