From 0347c4c5300b79101992a344e0041e80d75dd5a7 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Sat, 22 Mar 2025 21:40:54 +0100 Subject: [PATCH 1/2] Add example whatsnew file --- .../sphinx/source/whatsnew/v0.X.Y-example.rst | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/sphinx/source/whatsnew/v0.X.Y-example.rst diff --git a/docs/sphinx/source/whatsnew/v0.X.Y-example.rst b/docs/sphinx/source/whatsnew/v0.X.Y-example.rst new file mode 100644 index 0000000000..1a0b25afdf --- /dev/null +++ b/docs/sphinx/source/whatsnew/v0.X.Y-example.rst @@ -0,0 +1,45 @@ +.. _whatsnew_0XXYY: + + +v0.X.Y (Month XX, 20YY) +----------------------- + +Breaking Changes +~~~~~~~~~~~~~~~~ + + +Deprecations +~~~~~~~~~~~~ + + +Bug fixes +~~~~~~~~~ + + +Enhancements +~~~~~~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Testing +~~~~~~~ + + +Benchmarking +~~~~~~~~~~~~ + + +Requirements +~~~~~~~~~~~~ + + +Maintenance +~~~~~~~~~~~ + + +Contributors +~~~~~~~~~~~~ + From b12c375d929177759d422c965dff400c001c69ae Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Fri, 18 Apr 2025 21:27:20 -0100 Subject: [PATCH 2/2] Change rst hyperlink target format Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com> --- docs/sphinx/source/whatsnew/v0.X.Y-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.X.Y-example.rst b/docs/sphinx/source/whatsnew/v0.X.Y-example.rst index 1a0b25afdf..1e737b0d27 100644 --- a/docs/sphinx/source/whatsnew/v0.X.Y-example.rst +++ b/docs/sphinx/source/whatsnew/v0.X.Y-example.rst @@ -1,4 +1,4 @@ -.. _whatsnew_0XXYY: +.. _whatsnew_0_X_Y: v0.X.Y (Month XX, 20YY)