Skip to content

Commit

Permalink
sphinx conf.py update for ver 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Jun 23, 2012
1 parent f7f49d7 commit c9e5950
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sphinx/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# pyFirebirdSQL documentation build configuration file, created by
# pyfirebirdsql documentation build configuration file, created by
# sphinx-quickstart on Wed Jan 7 12:29:48 2009.
#
# This file is execfile()d with the current directory set to its containing dir.
Expand Down Expand Up @@ -41,17 +41,17 @@
master_doc = 'index'

# General information about the project.
project = u'PyFirebirdSQL'
project = u'pyfirebirdsql'
copyright = u'2011, Hajime Nakagami'

# 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.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.5'
release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -168,7 +168,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]).
latex_documents = [
('index', 'PyFirebirdSQL.tex', ur'PyFirebirdSQL Documentation',
('index', 'pyfirebirdsql.tex', ur'pyfirebirdsql documentation',
ur'Hajime Nakagami', 'manual'),
]

Expand Down

0 comments on commit c9e5950

Please sign in to comment.