fix(docs): Use correct path configs

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2348>
environments/review-docs-docs-ox2r7i/deployments/18559
Georg Krause 2023-11-01 13:16:32 +00:00 zatwierdzone przez Marge
rodzic e0f6641bba
commit 47efcb4b5a
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -46,9 +46,9 @@ extensions = [
source_suffix = ".md"
include_patterns = [
"_static/**",
"_templates/**",
"*_documentation/**",
"*.md",
"**/*.md",
"*.rst",
"logo.svg",
]
@ -61,6 +61,7 @@ exclude_patterns = [
"*.py",
"*.sh",
]
templates_path = ["_templates"]
root_doc = "index"