File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,6 +132,14 @@ uv run sphinx-build docs/standard build -c .
132132then 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
137145Tools and libraries that implement and support the publiccode.yml Standard.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ version = "0.5.0"
66requires-python = " ==3.14.0"
77dependencies = [
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]
You can’t perform that action at this time.
0 commit comments