Maintenance tasks
- switch to Poetry - document translations - update ChangeLog
This commit is contained in:
parent
d02f4906e1
commit
362b6dff35
13 changed files with 1497 additions and 173 deletions
|
|
@ -39,14 +39,14 @@ templates_path = ["_templates"]
|
|||
|
||||
# General information about the project.
|
||||
project = "Debian Member Portfolio Service"
|
||||
copyright = "2009-2021, Jan Dittberner"
|
||||
copyright = "2009-2023, Jan Dittberner"
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = "0.7.2"
|
||||
version = "0.7.4-dev"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
@ -87,15 +87,15 @@ htmlhelp_basename = "DebianMemberPortfolioServicedoc"
|
|||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
# (source start file, target name, title, author, document class
|
||||
# [howto/manual]).
|
||||
latex_documents = [
|
||||
(
|
||||
"index",
|
||||
"DebianMemberPortfolioService.tex",
|
||||
"Debian Member Portfolio Service Documentation",
|
||||
"Jan Dittberner",
|
||||
"manual",
|
||||
),
|
||||
]
|
||||
#latex_documents = [
|
||||
# (
|
||||
# "index",
|
||||
# "DebianMemberPortfolioService.tex",
|
||||
# "Debian Member Portfolio Service Documentation",
|
||||
# "Jan Dittberner",
|
||||
# "manual",
|
||||
# ),
|
||||
#]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
# the title page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue