walnux/Documentation/Pipfile
Matteo Golin 4f652e0622 docs/tags: Introduce tagging feature to the documentation.
Introduces `sphinx-tags` to the documentation system, allowing
individual pages to be tagged for better searching. The examples in this
commit introduce the `chip:*` tag for indicating the chip a board uses,
as well as the `experimental` tag for indicating experimental boards and
features. Other tags indicate supported peripherals for boards, such as
`wifi` and `ethernet`.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
2025-04-29 09:18:25 +02:00

19 lines
320 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
docutils = "==0.19"
myst-parser = "*"
sphinx_rtd_theme = "*"
Sphinx = "~=6.0"
sphinx-tabs = "*"
sphinx-autobuild = "*"
sphinx-copybutton = "*"
pytz = "*"
importlib-metadata = "*"
sphinx-tags = "*"
sphinx-design = "*"