mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-11 00:53:11 +00:00
Docs: Updated to version 0.2. Removed Jannis from the copyright line.
This commit is contained in:
parent
3db535a103
commit
1bba920c69
1 changed files with 4 additions and 4 deletions
|
|
@ -38,17 +38,17 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'django-authority'
|
||||
copyright = u'2009, Jannis Leidel'
|
||||
copyright = u'2009, The django-authority team'
|
||||
|
||||
# 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.1'
|
||||
version = '0.2'
|
||||
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.1'
|
||||
release = '0.2'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
@ -174,7 +174,7 @@ htmlhelp_basename = 'django-authoritydoc'
|
|||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||
latex_documents = [
|
||||
('index', 'django-authority.tex', u'django-authority Documentation',
|
||||
u'Jannis Leidel', 'manual'),
|
||||
u'The django-authority team', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
|
|
|
|||
Loading…
Reference in a new issue