mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-18 00:53:56 +02:00
Merge branch 'main' into feat/better-docs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# Configuration file for the Sphinx documentation builder.
|
||||
"""Configuration file for the Sphinx documentation builder."""
|
||||
# ruff: noqa: A001
|
||||
#
|
||||
# For the full list of built-in configuration values, see the documentation:
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
||||
@@ -19,7 +20,7 @@ extensions = [
|
||||
"sphinx.ext.duration",
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.inheritance_diagram",
|
||||
"autoapi.extension"
|
||||
"autoapi.extension",
|
||||
]
|
||||
|
||||
templates_path = ["_templates"]
|
||||
|
||||
Reference in New Issue
Block a user