fix(docs): Use correct path configs
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2348>
This commit is contained in:
parent
e0f6641bba
commit
47efcb4b5a
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue