fix(docs): Use correct path configs

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2348>
This commit is contained in:
Georg Krause 2023-11-01 13:16:32 +00:00 committed by Marge
parent e0f6641bba
commit 47efcb4b5a
1 changed files with 2 additions and 1 deletions

View File

@ -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"