mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 01:38:36 +08:00
52ac99126d
This PR bumps the version of docutils from 0.18.1 to 0.19, as requested by dependabot: - https://github.com/apache/nuttx/pull/14910
17 lines
282 B
TOML
17 lines
282 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 = "*"
|