diff options
Diffstat (limited to 'textproc/py-sphinx-last-updated-by-git/pkg-descr')
-rw-r--r-- | textproc/py-sphinx-last-updated-by-git/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/py-sphinx-last-updated-by-git/pkg-descr b/textproc/py-sphinx-last-updated-by-git/pkg-descr new file mode 100644 index 000000000000..f190d3842575 --- /dev/null +++ b/textproc/py-sphinx-last-updated-by-git/pkg-descr @@ -0,0 +1,10 @@ +This is a little Sphinx extension that does exactly that. It also checks for +included files and other dependencies and uses their "last updated" time if it's +more recent. For each file, the "author date" of the Git commit where it was +last changed is taken to be its "last updated" time. Uncommitted changes are +ignored. + +If a page doesn't have a source file, its last_updated time is set to None. + +The default value for html_last_updated_fmt is changed from None to the empty +string. |