From 1c419b87b13b72d5721ffdc010361993ee1dfd71 Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Tue, 17 Oct 2023 15:12:14 +0100 Subject: [PATCH] Minor updates that have no real influence on the documentation --- docs/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f79715bb..b3adfb08 100644 --- a/docs/conf.py +++ b/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) ]