sphinx-gitstamp
sphinx-gitstamp copied to clipboard
Test if an included page is newer
It currently doesn't grab the gitstamp of any included pages. It might be worth checking if the included page has a newer git timestamp.
FWIW, I've just created an extension that checks the included source files: https://github.com/mgeier/sphinx-last-updated-by-git
It's quite simple to implement: https://github.com/mgeier/sphinx-last-updated-by-git/blob/8bbddd39f2547c23c807b6b1ba1c2d0085c4f431/src/sphinx_last_updated_by_git.py#L53-L58
Ah crap, I thought I responded to this. Thanks for the pointer, I'll look at implementing that here. Nice work on sphinx-last-updated-by-git!