Page Not Found
The page you requested does not exist. You may have followed a bad link, or the page may have been moved or removed. - +
diff --git a/docs/requirements.txt b/docs/requirements.txt index 3356b619..56c8516d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx sphinx-rtd-theme -myst-parser \ No newline at end of file +myst-parser diff --git a/docs/source/conf.py b/docs/source/conf.py index e97ed9b1..f1ca21e4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,30 +8,30 @@ import os import sys -sys.path.insert(0, os.path.abspath('../../src')) -project = 'Flask' -copyright = '2025, Pallets Team' -author = 'Pallets Team' +sys.path.insert(0, os.path.abspath("../../src")) + +project = "Flask" +copyright = "2025, Pallets Team" +author = "Pallets Team" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ - 'sphinx.ext.autodoc', # Para generar doc automáticamente desde los docstrings - 'sphinx.ext.napoleon', # Para soportar docstrings estilo Google/NumPy - 'sphinx.ext.todo', # Para mostrar TODOs + "sphinx.ext.autodoc", # Para generar doc automáticamente desde los docstrings + "sphinx.ext.napoleon", # Para soportar docstrings estilo Google/NumPy + "sphinx.ext.todo", # Para mostrar TODOs ] -templates_path = ['_templates'] +templates_path = ["_templates"] exclude_patterns = [] - # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] +html_theme = "sphinx_rtd_theme" +html_static_path = ["_static"] todo_include_todos = True diff --git a/flask-docs/404.html b/flask-docs/404.html index 23a7b138..7edbb594 100644 --- a/flask-docs/404.html +++ b/flask-docs/404.html @@ -14,7 +14,7 @@ - +
+The page you requested does not exist. You may have followed a bad link, or the page may have been moved or removed. - +