File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "full_name" : " sphinxnotes-recentupdate" ,
1010 "author" : " Shengyu Zhang" ,
1111 "description" : " Display recent document updates from Git in Sphinx documentation" ,
12- "version" : " 2.0 " ,
12+ "version" : " 2.1 " ,
1313 "github_owner" : " sphinx-notes" ,
1414 "github_repo" : " recentupdate" ,
1515 "generated_file_header" : " This file is generated from sphinx-notes/cookiecutter." ,
Original file line number Diff line number Diff line change @@ -21,6 +21,15 @@ Change Log
2121 Version 2.x
2222===========
2323
24+ .. version :: 2.1
25+ :date: 2026-06-22
26+
27+ - feat: The :rst:dir: `recentupdate:paths ` is relative to srcdir
28+ (prefixed with ``/ ``) or current document (prefixed with ``. `` or no prefix)
29+ now
30+ - fix: Make sure all docnames in Revision prefixed with a ``/ ``,
31+ so it can be correctly referenced by Sphinx's :rst:role: `doc ` role
32+
2433.. version :: 2.0
2534 :date: 2026-06-22
2635 :break:
Original file line number Diff line number Diff line change 1313copyright = "2025, " + author
1414
1515# The full version, including alpha/beta/rc tags
16- version = release = '2.0 '
16+ version = release = '2.1 '
1717
1818# -- General configuration ---------------------------------------------------
1919
You can’t perform that action at this time.
0 commit comments