mirror of
https://github.com/Freenove/Freenove_ESP32_WROVER_Board.git
synced 2025-08-02 18:18:22 +00:00
update
This commit is contained in:
parent
ae30724607
commit
3ba177fd21
@ -54,9 +54,11 @@ sphinxcontrib-qthelp==2.0.0
|
|||||||
# via sphinx
|
# via sphinx
|
||||||
sphinxcontrib-serializinghtml==2.0.0
|
sphinxcontrib-serializinghtml==2.0.0
|
||||||
# via sphinx
|
# via sphinx
|
||||||
|
sphinxcontrib-googleanalytics==0.4
|
||||||
|
# via sphinx
|
||||||
urllib3==1.26.9
|
urllib3==1.26.9
|
||||||
# via requests
|
# via requests
|
||||||
|
Pygments==2.18.0
|
||||||
|
# via Pygments
|
||||||
myst_parser==4.0.0
|
myst_parser==4.0.0
|
||||||
|
# via myst_parser
|
||||||
sphinxcontrib-googleanalytics==0.4
|
|
@ -34,9 +34,15 @@ extensions = [
|
|||||||
"sphinx.ext.extlinks",
|
"sphinx.ext.extlinks",
|
||||||
"sphinx.ext.autosectionlabel",
|
"sphinx.ext.autosectionlabel",
|
||||||
"sphinxcontrib.googleanalytics",
|
"sphinxcontrib.googleanalytics",
|
||||||
|
'sphinx.ext.mathjax',
|
||||||
# "sphinx_favicon"
|
# "sphinx_favicon"
|
||||||
]
|
]
|
||||||
|
mathjax_path = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
|
||||||
|
mathjax3_config = {
|
||||||
|
'TeX': {
|
||||||
|
'extensions': ['AMSmath.js', 'AMSsymbols.js', 'boldsymbol.js']
|
||||||
|
}
|
||||||
|
}
|
||||||
autosectionlabel_prefix_document = True
|
autosectionlabel_prefix_document = True
|
||||||
googleanalytics_id="G-THC0SQQTDX"
|
googleanalytics_id="G-THC0SQQTDX"
|
||||||
|
|
||||||
@ -84,9 +90,12 @@ gettext_uuid = True # optional.
|
|||||||
|
|
||||||
rst_prolog = """
|
rst_prolog = """
|
||||||
.. include:: <s5defs.txt>
|
.. include:: <s5defs.txt>
|
||||||
.. include:: ../../../_static/style/custom-style.txt
|
.. include:: /_static/style/custom-style.txt
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
pygments_style = 'monokai' # dark style
|
||||||
|
# pygments_style = 'github-dark' # github dark style
|
||||||
|
|
||||||
variables_to_export = [
|
variables_to_export = [
|
||||||
"project",
|
"project",
|
||||||
"copyright",
|
"copyright",
|
||||||
@ -128,7 +137,7 @@ intersphinx_disabled_reftypes = ["*"]
|
|||||||
|
|
||||||
def setup(app):
|
def setup(app):
|
||||||
pass
|
pass
|
||||||
# app.add_css_file("css/custom.css")
|
# app.add_css_file("")
|
||||||
# app.add_css_file('https://cdn.jsdelivr.net/gh/Freenove/freenove-docs/docs/source/_static/css/custom.css')
|
# app.add_css_file('https://cdn.jsdelivr.net/gh/Freenove/freenove-docs/docs/source/_static/css/custom.css')
|
||||||
|
|
||||||
suppress_warnings = ['autosectionlabel.*']
|
suppress_warnings = ['autosectionlabel.*']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user