File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 99 "full_name" : " sphinxnotes-isso" ,
1010 "author" : " Shengyu Zhang" ,
1111 "description" : " Sphinx extension for embeding Isso comments in documents" ,
12- "version" : " 1.0 " ,
12+ "version" : " 1.1 " ,
1313 "github_owner" : " sphinx-notes" ,
1414 "github_repo" : " isso" ,
1515 "pypi_name" : " sphinxnotes-isso" ,
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ Change Log
1818 Version 1.x
1919===========
2020
21+ .. version :: 1.1
22+ :date: 2024-05-01
23+
24+ - Re-org project with https://github.com/sphinx-notes/cookiecutter (:pull: `1 `, :pull: `4 `)
25+ - Fix for sphinx 7.3+: change rebuild argument in option to empty string (:pull: `3 `)
26+
2127.. version :: 1.0
2228 :date: 2021-04-21
2329
Original file line number Diff line number Diff line change 1717copyright = "2024, " + author
1818
1919# The full version, including alpha/beta/rc tags
20- version = release = '1.0 '
20+ version = release = '1.1 '
2121
2222# -- General configuration ---------------------------------------------------
2323
Original file line number Diff line number Diff line change @@ -11,11 +11,3 @@ The directive supports the following options:
1111 Specify a thread ID rather than use docname
1212:title: (text)
1313 Specify a thread title rather than use document title
14-
15- The comment box can be generated via the following source:
16-
17- .. code-block :: rst
18-
19- .. isso::
20-
21- __ https://isso-comments.de/
You can’t perform that action at this time.
0 commit comments