Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ uv run sphinx-build docs/standard build -c .
then open the relevant file in the build directory with a browser (e.g.,
`build/index.html`) to explore the contents.

#### Hot reloading

`sphinx-autobuild` can be used to make use of hot reloading.

```console
sphinx-autobuild docs build
```

## Tooling

Tools and libraries that implement and support the publiccode.yml Standard.
Expand Down
1 change: 0 additions & 1 deletion docs/standard/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Table of contents

.. toctree::
:maxdepth: 2
:numbered:

schema.core.rst
country.rst
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version = "0.5.0"
requires-python = "==3.14.0"
dependencies = [
"sphinx==8.2.3",
"sphinx-autobuild>=2025.8.25",
"sphinx-copybutton>=0.5.2",
"sphinx-press-theme==0.9.1",
]
Loading