mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 17:47:28 +08:00
ci update docs builder to work with Python 3.10
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ language = None
|
|||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
# This patterns also effect to html_static_path and html_extra_path
|
# This patterns also effect to html_static_path and html_extra_path
|
||||||
exclude_patterns = ['_build', 'doxygen_html', 'Thumbs.db', '.DS_Store',
|
exclude_patterns = ['_build', 'doxygen_html', 'Thumbs.db', '.DS_Store',
|
||||||
'README.md', 'lv_examples', 'out_html' ]
|
'README.md', 'lv_examples', 'out_html', 'env' ]
|
||||||
|
|
||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
pygments_style = 'sphinx'
|
pygments_style = 'sphinx'
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ commonmark==0.9.1
|
|||||||
docutils==0.16
|
docutils==0.16
|
||||||
idna==2.10
|
idna==2.10
|
||||||
imagesize==1.2.0
|
imagesize==1.2.0
|
||||||
importlib-metadata==4.0.1
|
importlib-metadata==4.8.1
|
||||||
Jinja2==2.11.3
|
Jinja2==2.11.3
|
||||||
Markdown==3.3.4
|
Markdown==3.3.4
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
@@ -19,16 +19,16 @@ recommonmark==0.6.0
|
|||||||
requests==2.25.1
|
requests==2.25.1
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
snowballstemmer==2.1.0
|
snowballstemmer==2.1.0
|
||||||
Sphinx==4.0.1
|
Sphinx==4.5.0
|
||||||
sphinx-markdown-tables==0.0.15
|
sphinx-markdown-tables==0.0.15
|
||||||
sphinx-rtd-theme==0.5.2
|
sphinx-rtd-theme==0.5.2
|
||||||
sphinx-sitemap==2.2.0
|
sphinx-sitemap==2.2.0
|
||||||
sphinxcontrib-applehelp==1.0.2
|
sphinxcontrib-applehelp==1.0.2
|
||||||
sphinxcontrib-devhelp==1.0.2
|
sphinxcontrib-devhelp==1.0.2
|
||||||
sphinxcontrib-htmlhelp==1.0.3
|
sphinxcontrib-htmlhelp==2.0.0
|
||||||
sphinxcontrib-jsmath==1.0.1
|
sphinxcontrib-jsmath==1.0.1
|
||||||
sphinxcontrib-qthelp==1.0.3
|
sphinxcontrib-qthelp==1.0.3
|
||||||
sphinxcontrib-serializinghtml==1.1.4
|
sphinxcontrib-serializinghtml==1.1.5
|
||||||
typing-extensions==3.10.0.0
|
typing-extensions==3.10.0.0
|
||||||
urllib3==1.26.5
|
urllib3==1.26.5
|
||||||
zipp==3.4.1
|
zipp==3.4.1
|
||||||
|
|||||||
Reference in New Issue
Block a user