[pre-commit.ci lite] apply automatic fixes
This commit is contained in:
parent
176b4fa719
commit
261d7d1cca
86 changed files with 667 additions and 668 deletions
|
|
@ -8,30 +8,30 @@
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, os.path.abspath('../../src'))
|
|
||||||
|
|
||||||
project = 'Flask'
|
sys.path.insert(0, os.path.abspath("../../src"))
|
||||||
copyright = '2025, Pallets Team'
|
|
||||||
author = 'Pallets Team'
|
project = "Flask"
|
||||||
|
copyright = "2025, Pallets Team"
|
||||||
|
author = "Pallets Team"
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc', # Para generar doc automáticamente desde los docstrings
|
"sphinx.ext.autodoc", # Para generar doc automáticamente desde los docstrings
|
||||||
'sphinx.ext.napoleon', # Para soportar docstrings estilo Google/NumPy
|
"sphinx.ext.napoleon", # Para soportar docstrings estilo Google/NumPy
|
||||||
'sphinx.ext.todo', # Para mostrar TODOs
|
"sphinx.ext.todo", # Para mostrar TODOs
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ['_templates']
|
templates_path = ["_templates"]
|
||||||
exclude_patterns = []
|
exclude_patterns = []
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||||
|
|
||||||
html_theme = 'sphinx_rtd_theme'
|
html_theme = "sphinx_rtd_theme"
|
||||||
html_static_path = ['_static']
|
html_static_path = ["_static"]
|
||||||
|
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
|
|
||||||
|
|
@ -189,4 +189,3 @@ var Stemmer = function() {
|
||||||
return w;
|
return w;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue