mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 13:11:56 +00:00
Updated sphinx documentation config
This commit is contained in:
12
docs/conf.py
12
docs/conf.py
@@ -47,8 +47,8 @@ master_doc = "index"
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = "invenio-config-iform"
|
project = "invenio-config-iform"
|
||||||
copyright = "2022, TU Graz"
|
copyright = "2025, I-Form"
|
||||||
author = "TU Graz"
|
author = "I-Form"
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
@@ -109,10 +109,10 @@ html_theme = "alabaster"
|
|||||||
|
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"description": "invenio module that adds iform configs.",
|
"description": "invenio module that adds iform configs.",
|
||||||
"github_user": "TU Graz",
|
"github_user": "Cian-H",
|
||||||
"github_repo": "invenio-config-iform",
|
"github_repo": "invenio-config-iform",
|
||||||
"github_button": False,
|
"github_button": True,
|
||||||
"github_banner": True,
|
"github_banner": False,
|
||||||
"show_powered_by": False,
|
"show_powered_by": False,
|
||||||
"extra_nav_links": {
|
"extra_nav_links": {
|
||||||
"invenio-config-iform@Github": "https://github.com/Cian-H/invenio-config-iform",
|
"invenio-config-iform@Github": "https://github.com/Cian-H/invenio-config-iform",
|
||||||
@@ -244,7 +244,7 @@ latex_documents = [
|
|||||||
master_doc,
|
master_doc,
|
||||||
"invenio-config-iform.tex",
|
"invenio-config-iform.tex",
|
||||||
"invenio-config-iform Documentation",
|
"invenio-config-iform Documentation",
|
||||||
"Mojib Wali",
|
"I-Form",
|
||||||
"manual",
|
"manual",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -8,4 +8,4 @@
|
|||||||
|
|
||||||
"""Metadata for this python module."""
|
"""Metadata for this python module."""
|
||||||
|
|
||||||
__version__ = "2025.5.20.10"
|
__version__ = "2025.5.20.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user