Minor updates that have no real influence on the documentation

This commit is contained in:
Christopher Broderick 2023-10-17 15:12:14 +01:00
parent fd273fd2bc
commit 1c419b87b1

View File

@ -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)
]