From 3ff049b50dba2f2be77bf1ac33defcbf1cb05cf7 Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Fri, 27 Mar 2026 04:05:08 -0400 Subject: [PATCH 1/3] fix: fix formatting error in issue template and add m2r2 as docs dependency --- .github/ISSUE_TEMPLATE/release_checklist.md | 4 +--- requirements/docs.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release_checklist.md b/.github/ISSUE_TEMPLATE/release_checklist.md index 9b287ca..56c5fca 100644 --- a/.github/ISSUE_TEMPLATE/release_checklist.md +++ b/.github/ISSUE_TEMPLATE/release_checklist.md @@ -1,11 +1,9 @@ - --- - +--- name: Release about: Checklist and communication channel for PyPI and GitHub release title: "Ready for PyPI/GitHub release" labels: "release" assignees: "" - --- ### PyPI/GitHub rc-release preparation checklist: diff --git a/requirements/docs.txt b/requirements/docs.txt index 5f34c6e..1de813f 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -2,4 +2,4 @@ sphinx sphinx_rtd_theme sphinx-copybutton doctr -m2r +m2r2 From 60e05b3223db70063484ee1aef57101e555194ab Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Fri, 27 Mar 2026 04:07:53 -0400 Subject: [PATCH 2/3] skpkg: add news file --- news/quick-fixes.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/quick-fixes.rst diff --git a/news/quick-fixes.rst b/news/quick-fixes.rst new file mode 100644 index 0000000..c4a40ff --- /dev/null +++ b/news/quick-fixes.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Minor fixes for requirements folder and release issue template. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* From bb19f61a18c0fd36686992a2e22d6fba952436fc Mon Sep 17 00:00:00 2001 From: sbillinge <4254545+sbillinge@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:36:49 +0000 Subject: [PATCH 3/3] update changelog --- CHANGELOG.rst | 4 ++++ news/docs-fix.rst | 23 ----------------------- news/quick-fixes.rst | 23 ----------------------- 3 files changed, 4 insertions(+), 46 deletions(-) delete mode 100644 news/docs-fix.rst delete mode 100644 news/quick-fixes.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4d78e4e..feba900 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,10 @@ Release notes .. current developments +1.6.0 +===== + + 1.5.2 ===== diff --git a/news/docs-fix.rst b/news/docs-fix.rst deleted file mode 100644 index 2f89e68..0000000 --- a/news/docs-fix.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* No News Added: Fix sphinx warning with manual fix - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/quick-fixes.rst b/news/quick-fixes.rst deleted file mode 100644 index c4a40ff..0000000 --- a/news/quick-fixes.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* No news added: Minor fixes for requirements folder and release issue template. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*