mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
Minor updates that have no real influence on the documentation
This commit is contained in:
parent
fd273fd2bc
commit
1c419b87b1
10
docs/conf.py
10
docs/conf.py
@ -43,16 +43,16 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'django-helpdesk'
|
||||
copyright = u'2011-2019, Ross Poulton + django-helpdesk Contributors'
|
||||
copyright = u'2011-2023, Django-helpdesk Contributors'
|
||||
|
||||
# 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.3'
|
||||
version = '1.x'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.3.0.dev2'
|
||||
release = '1.x'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
@ -181,7 +181,7 @@ htmlhelp_basename = 'django-helpdeskdoc'
|
||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||
latex_documents = [
|
||||
('index', 'django-helpdesk.tex', u'django-helpdesk Documentation',
|
||||
u'Ross Poulton + django-helpdesk Contributors', 'manual'),
|
||||
u'django-helpdesk Contributors', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
@ -214,5 +214,5 @@ latex_documents = [
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'django-helpdesk', u'django-helpdesk Documentation',
|
||||
[u'Ross Poulton + django-helpdesk Contributors'], 1)
|
||||
[u'django-helpdesk Contributors'], 1)
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user