mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 04:01:54 +08:00
Rewrite parts of the two ELF guides to use scripts included in the export archive and modernize some deprecated tools and Bash idioms. Also add the new sphinx_collapse extension to the docs build config. Signed-off-by: Niccolò Maggioni <nicco.maggioni+nuttx@gmail.com>
21 lines
342 B
TOML
21 lines
342 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 = "*"
|
|
sphinx-collapse = "*"
|