*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

Basic compatibility with InvenioRDM v9

Merged Tsepelakis, Sotirios requested to merge st/migration-v9 into master
Files
14
+ 7
7
@@ -45,9 +45,9 @@ source_suffix = ".rst"
@@ -45,9 +45,9 @@ source_suffix = ".rst"
master_doc = "index"
master_doc = "index"
# General information about the project.
# General information about the project.
project = u"Invenio-Config-TUW"
project = "Invenio-Config-TUW"
copyright = u"2020, TU Wien"
copyright = "2020, TU Wien"
author = u"TU Wien"
author = "TU Wien"
# 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
@@ -251,8 +251,8 @@ latex_documents = [
@@ -251,8 +251,8 @@ latex_documents = [
(
(
master_doc,
master_doc,
"invenio-config-tuw.tex",
"invenio-config-tuw.tex",
u"invenio-config-tuw Documentation",
"invenio-config-tuw Documentation",
u"TU Wien",
"TU Wien",
"manual",
"manual",
),
),
]
]
@@ -283,7 +283,7 @@ latex_documents = [
@@ -283,7 +283,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
# (source start file, name, description, authors, manual section).
man_pages = [
man_pages = [
(master_doc, "invenio-config-tuw", u"invenio-config-tuw Documentation", [author], 1)
(master_doc, "invenio-config-tuw", "invenio-config-tuw Documentation", [author], 1)
]
]
# If true, show URL addresses after external links.
# If true, show URL addresses after external links.
@@ -299,7 +299,7 @@ texinfo_documents = [
@@ -299,7 +299,7 @@ texinfo_documents = [
(
(
master_doc,
master_doc,
"invenio-config-tuw",
"invenio-config-tuw",
u"Invenio-Config-TUW Documentation",
"Invenio-Config-TUW Documentation",
author,
author,
"invenio-config-tuw",
"invenio-config-tuw",
"Invenio module containing some customizations and configuration for TU Wien.",
"Invenio module containing some customizations and configuration for TU Wien.",
Loading