Skip to content

Commit

Permalink
Minor updates that have no real influence on the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uhurusurfa committed Oct 17, 2023
1 parent fd273fd commit 1c419b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@

# 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.
Expand Down Expand Up @@ -181,7 +181,7 @@
# (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
Expand Down Expand Up @@ -214,5 +214,5 @@
# (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)
]

0 comments on commit 1c419b8

Please sign in to comment.