We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a89c09 commit 59e93ceCopy full SHA for 59e93ce
3 files changed
.readthedocs.yml
@@ -14,6 +14,7 @@ build:
14
python: "3"
15
16
commands:
17
+ - git fetch --unshallow || true
18
- asdf plugin add uv
19
- asdf install uv latest
20
- asdf global uv latest
conf.py
@@ -10,10 +10,13 @@
10
'sphinx.ext.todo',
11
'sphinx_copybutton',
12
'sphinx_inline_tabs',
13
+ 'sphinx_last_updated_by_git',
'sphinxext.opengraph',
'sphinxext.rediraffe',
]
+html_last_updated_fmt = '%b %d, %Y'
+
# The master toctree document.
21
master_doc = 'index'
22
requirements.txt
@@ -3,6 +3,7 @@ jinja2
3
linklint
4
sphinx-autobuild>=2025.8.25
5
sphinx-inline-tabs>=2025.12.21.14
6
+sphinx-last-updated-by-git>=0.3.8
7
sphinx-lint==1.0.2
8
sphinx-notfound-page>=1.1.0
9
sphinx_copybutton>=0.5.2
0 commit comments