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>
19 lines
320 B
TOML
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 = "*"
|