mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
doc: update requirements.txt
Update requirements.txt to most current packages as produced by python3 -m pip install six sphinx-rtd-theme sphinx-prompt python3 -m pip freeze Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
479edbaf89
commit
0ab829d4de
1 changed files with 21 additions and 22 deletions
|
@ -1,26 +1,25 @@
|
|||
alabaster==0.7.12
|
||||
Babel==2.9.1
|
||||
certifi==2023.07.22
|
||||
charset-normalizer==2.0.12
|
||||
docutils==0.16
|
||||
idna==3.3
|
||||
imagesize==1.3.0
|
||||
Jinja2==3.0.3
|
||||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
Pygments==2.15.1
|
||||
pyparsing==3.0.7
|
||||
pytz==2023.3
|
||||
alabaster==0.7.16
|
||||
Babel==2.14.0
|
||||
certifi==2023.11.17
|
||||
charset-normalizer==3.3.2
|
||||
docutils==0.20.1
|
||||
idna==3.6
|
||||
imagesize==1.4.1
|
||||
Jinja2==3.1.3
|
||||
MarkupSafe==2.1.3
|
||||
packaging==23.2
|
||||
Pygments==2.17.2
|
||||
requests==2.31.0
|
||||
six==1.16.0
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==3.4.3
|
||||
sphinx-prompt==1.5.0
|
||||
sphinx-rtd-theme==1.0.0
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.0
|
||||
Sphinx==7.2.6
|
||||
sphinx-prompt==1.8.0
|
||||
sphinx-rtd-theme==2.0.0
|
||||
sphinxcontrib-applehelp==1.0.8
|
||||
sphinxcontrib-devhelp==1.0.6
|
||||
sphinxcontrib-htmlhelp==2.0.5
|
||||
sphinxcontrib-jquery==4.1
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==2.0.7
|
||||
sphinxcontrib-qthelp==1.0.7
|
||||
sphinxcontrib-serializinghtml==1.1.10
|
||||
urllib3==2.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue