Skip to content

Commit 4b2eafa

Browse files
committed
manual: upgrade Sphinx.
1 parent 8804d0e commit 4b2eafa

File tree

4 files changed

+84
-2632
lines changed

4 files changed

+84
-2632
lines changed

docs/manual/pdm.lock

Lines changed: 79 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manual/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
requires-python = "~=3.11"
33
dependencies = [
4-
"sphinx",
4+
"sphinx>=8.1",
55
"myst-parser",
66
"sphinx-autobuild",
77
"sphinx-inline-tabs",
@@ -13,7 +13,7 @@ dependencies = [
1313
# +$sidebar-width: 16em;
1414
# then rebuild it and place the build product `src/furo/theme/furo/static/styles/furo.css`
1515
# into `docs/manual/src/_static/styles/furo.css`.
16-
"furo",
16+
"furo==2024.8.6",
1717
"glasgow @ file:///${PROJECT_ROOT}/../../software"
1818
]
1919

0 commit comments

Comments
 (0)