mirror of
https://github.com/Freenove/Freenove_ESP32_WROVER_Board.git
synced 2025-08-02 10:08:24 +00:00
update
This commit is contained in:
parent
ae30724607
commit
3ba177fd21
@ -54,9 +54,11 @@ sphinxcontrib-qthelp==2.0.0
|
||||
# via sphinx
|
||||
sphinxcontrib-serializinghtml==2.0.0
|
||||
# via sphinx
|
||||
sphinxcontrib-googleanalytics==0.4
|
||||
# via sphinx
|
||||
urllib3==1.26.9
|
||||
# via requests
|
||||
|
||||
Pygments==2.18.0
|
||||
# via Pygments
|
||||
myst_parser==4.0.0
|
||||
|
||||
sphinxcontrib-googleanalytics==0.4
|
||||
# via myst_parser
|
@ -34,9 +34,15 @@ extensions = [
|
||||
"sphinx.ext.extlinks",
|
||||
"sphinx.ext.autosectionlabel",
|
||||
"sphinxcontrib.googleanalytics",
|
||||
'sphinx.ext.mathjax',
|
||||
# "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
|
||||
googleanalytics_id="G-THC0SQQTDX"
|
||||
|
||||
@ -84,9 +90,12 @@ gettext_uuid = True # optional.
|
||||
|
||||
rst_prolog = """
|
||||
.. 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 = [
|
||||
"project",
|
||||
"copyright",
|
||||
@ -128,7 +137,7 @@ intersphinx_disabled_reftypes = ["*"]
|
||||
|
||||
def setup(app):
|
||||
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')
|
||||
|
||||
suppress_warnings = ['autosectionlabel.*']
|
||||
|
Loading…
x
Reference in New Issue
Block a user