File diff 3db5ce703c27 → 481f8b7e4077
doc/conf.py
Show inline comments
 
# -*- coding: utf-8 -*-
 
#
 
# Conntrackt documentation build configuration file, created by
 
# Django Conntrackt documentation build configuration file, created by
 
# sphinx-quickstart on Sun Apr 14 21:47:09 2013.
 
#
 
# This file is execfile()d with the current directory set to its containing dir.
 
@@ -40,7 +40,7 @@ source_suffix = '.rst'
 
master_doc = 'index'
 

	
 
# General information about the project.
 
project = u'Conntrackt'
 
project = u'Django Conntrackt'
 
copyright = u'2013, Branko Majic'
 

	
 
# The version info for the project you're documenting, acts as replacement for
 
@@ -164,7 +164,7 @@ html_static_path = ['_static']
 
#html_file_suffix = None
 

	
 
# Output file base name for HTML help builder.
 
htmlhelp_basename = 'Conntracktdoc'
 
htmlhelp_basename = 'DjangoConntracktdoc'
 

	
 

	
 
# -- Options for LaTeX output --------------------------------------------------
 
@@ -183,7 +183,7 @@ latex_elements = {
 
# Grouping the document tree into LaTeX files. List of tuples
 
# (source start file, target name, title, author, documentclass [howto/manual]).
 
latex_documents = [
 
  ('index', 'Conntrackt.tex', u'Conntrackt Documentation',
 
  ('index', 'DjangoConntrackt.tex', u'Django Conntrackt Documentation',
 
   u'Branko Majic', 'manual'),
 
]
 

	
 
@@ -213,7 +213,7 @@ latex_documents = [
 
# One entry per manual page. List of tuples
 
# (source start file, name, description, authors, manual section).
 
man_pages = [
 
    ('index', 'conntrackt', u'Conntrackt Documentation',
 
    ('index', 'djangoconntrackt', u'Django Conntrackt Documentation',
 
     [u'Branko Majic'], 1)
 
]
 

	
 
@@ -227,8 +227,8 @@ man_pages = [
 
# (source start file, target name, title, author,
 
#  dir menu entry, description, category)
 
texinfo_documents = [
 
  ('index', 'Conntrackt', u'Conntrackt Documentation',
 
   u'Branko Majic', 'Conntrackt', 'One line description of project.',
 
  ('index', 'DjangoConntrackt', u'Django Conntrackt Documentation',
 
   u'Branko Majic', 'DjangoConntrackt', 'One line description of project.',
 
   'Miscellaneous'),
 
]