From 49323d5208ba50cc75d340200453921e51ec1cde Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Wed, 1 May 2024 13:17:24 +0800 Subject: [PATCH] Bump version --- .cruft.json | 2 +- docs/changelog.rst | 6 ++++++ docs/conf.py | 2 +- docs/usage.rst | 8 -------- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.cruft.json b/.cruft.json index 80339f0..bdf7830 100644 --- a/.cruft.json +++ b/.cruft.json @@ -9,7 +9,7 @@ "full_name": "sphinxnotes-isso", "author": "Shengyu Zhang", "description": "Sphinx extension for embeding Isso comments in documents", - "version": "1.0", + "version": "1.1", "github_owner": "sphinx-notes", "github_repo": "isso", "pypi_name": "sphinxnotes-isso", diff --git a/docs/changelog.rst b/docs/changelog.rst index a5dca91..9bc88ca 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,6 +18,12 @@ Change Log Version 1.x =========== +.. version:: 1.1 + :date: 2024-05-01 + + - Re-org project with https://github.com/sphinx-notes/cookiecutter (:pull:`1`, :pull:`4`) + - Fix for sphinx 7.3+: change rebuild argument in option to empty string (:pull:`3`) + .. version:: 1.0 :date: 2021-04-21 diff --git a/docs/conf.py b/docs/conf.py index a46a665..acd8139 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ copyright = "2024, " + author # The full version, including alpha/beta/rc tags -version = release = '1.0' +version = release = '1.1' # -- General configuration --------------------------------------------------- diff --git a/docs/usage.rst b/docs/usage.rst index 257075b..8d8922a 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -11,11 +11,3 @@ The directive supports the following options: Specify a thread ID rather than use docname :title: (text) Specify a thread title rather than use document title - -The comment box can be generated via the following source: - -.. code-block:: rst - - .. isso:: - -__ https://isso-comments.de/