Skip to content

Commit e93d777

Browse files
authored
Remove chapter numbers (#310)
1 parent f697aa2 commit e93d777

4 files changed

Lines changed: 147 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ uv run sphinx-build docs/standard build -c .
132132
then open the relevant file in the build directory with a browser (e.g.,
133133
`build/index.html`) to explore the contents.
134134

135+
#### Hot reloading
136+
137+
`sphinx-autobuild` can be used to make use of hot reloading.
138+
139+
```console
140+
sphinx-autobuild docs build
141+
```
142+
135143
## Tooling
136144

137145
Tools and libraries that implement and support the publiccode.yml Standard.

docs/standard/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Table of contents
4343

4444
.. toctree::
4545
:maxdepth: 2
46-
:numbered:
4746

4847
schema.core.rst
4948
country.rst

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version = "0.5.0"
66
requires-python = "==3.14.0"
77
dependencies = [
88
"sphinx==8.2.3",
9+
"sphinx-autobuild>=2025.8.25",
910
"sphinx-copybutton>=0.5.2",
1011
"sphinx-press-theme==0.9.1",
1112
]

0 commit comments

Comments
 (0)