-
-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display when pages were last updated in the docs #3089
Display when pages were last updated in the docs #3089
Conversation
should work out-of-the-box
fixes the failing build
From the referenced issue, I am assuming this isn't working at the moment? |
Yes. I also scoped out other projects for the same functionality, but they are not maintained actively. This extension looks like the best option |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #3089 +/- ##
========================================
Coverage 99.71% 99.71%
========================================
Files 248 248
Lines 18749 18749
========================================
Hits 18695 18695
Misses 54 54 ☔ View full report in Codecov by Sentry. |
for the CI only, local users do not get this warning
Description
Adds the sphinx-last-updated-by-git extension to display last-updated dates at the end of a source page
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
Key checklist:
$ pre-commit run
(see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)$ python run-tests.py --all
$ python run-tests.py --doctest
You can run unit and doctests together at once, using
$ python run-tests.py --quick
.Further checks: