From 0b87ccde71591878c9a1d2462bb51773254fec34 Mon Sep 17 00:00:00 2001 From: Niamh Hennigan Date: Mon, 11 May 2026 10:54:10 -0700 Subject: [PATCH 1/2] Update Sphinx Stack project setup link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 831e27c7..6a801efa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ documentation, and serve it to http://127.0.0.1:8000. To learn more about how to install and configure the Sphinx Stack for your own project, see the [Set up a new -project](https://canonical-sphinx-stack.readthedocs-hosted.com/stable/tutorial/set-up/) +project](https://canonical-sphinx-stack.readthedocs-hosted.com/latest/set-up-a-new-project/) guide in the official documentation. ## Requirements and limitations From 675cfedb8910d02b5580d79c196b3612a77cb0ae Mon Sep 17 00:00:00 2001 From: nhennigan Date: Mon, 11 May 2026 10:57:48 -0700 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf12b974..f59db621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Upcoming +* Update link to documenation in README * Add an `AUTOBUILD_EXTRA_OPTS` variable to extend sphinx-autobuild options for `make run` * Add default support for the sphinx-llm extension * Pin dependencies to major versions @@ -12,6 +13,7 @@ ### Changed +* `README.md` [#603](https://github.com/canonical/sphinx-stack/pull/603) * `docs/conf.py` [#562](https://github.com/canonical/sphinx-docs-starter-pack/pull/562), [#576](https://github.com/canonical/sphinx-docs-starter-pack/pull/576), [#590](https://github.com/canonical/sphinx-docs-starter-pack/pull/590), [#595](https://github.com/canonical/sphinx-docs-starter-pack/pull/595), [#598](https://github.com/canonical/sphinx-docs-starter-pack/pull/598) * `docs/Makefile` [#575](https://github.com/canonical/sphinx-docs-starter-pack/pull/575), [#590](https://github.com/canonical/sphinx-docs-starter-pack/pull/590) * `docs/requirements.txt` [#590]([#590](https://github.com/canonical/sphinx-docs-starter-pack/pull/590))