parent
6f83ff69d7
commit
f0ca74a9ec
12
docs/conf.py
12
docs/conf.py
|
@ -59,6 +59,7 @@ autodoc_mock_imports = [
|
|||
"ldap",
|
||||
"persisting_theory",
|
||||
"rest_framework",
|
||||
"drf_spectacular",
|
||||
]
|
||||
add_module_names = False
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
@ -73,6 +74,9 @@ source_suffix = ".rst"
|
|||
# The root toctree document.
|
||||
root_doc = "index"
|
||||
|
||||
# Enable colon fences
|
||||
myst_enable_extensions = ["colon_fence"]
|
||||
|
||||
# General information about the project.
|
||||
year = datetime.datetime.now().year
|
||||
project = "funkwhale"
|
||||
|
@ -160,7 +164,13 @@ latex_elements = {
|
|||
# (source start file, target name, title,
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
(root_doc, "funkwhale.tex", "funkwhale Documentation", "The Funkwhale Collective", "manual")
|
||||
(
|
||||
root_doc,
|
||||
"funkwhale.tex",
|
||||
"funkwhale Documentation",
|
||||
"The Funkwhale Collective",
|
||||
"manual",
|
||||
)
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue