Skip to content

Commit

Permalink
Add timestamps at the bottom of each page to see last updated (#1567)
Browse files Browse the repository at this point in the history
nice to have, to see when each page was last updated? could be helpful
to find stale docs.

references
-
readthedocs/sphinx_rtd_theme#897 (comment)
-
https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_last_updated_fmt
  • Loading branch information
aavetis committed Mar 11, 2023
1 parent c6bfa00 commit 3101a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -30,6 +30,7 @@
release = version

html_title = project + " " + version
html_last_updated_fmt = '%b %d, %Y'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 3101a02

Please sign in to comment.