doc/conf.py
changeset 104 d8ff52a0390f
parent 82 7b82dc1fb6f5
equal deleted inserted replaced
103:24e94a3da209 104:d8ff52a0390f
     1 #!/usr/bin/env python3
     1 #!/usr/bin/env python3
     2 # -*- coding: utf-8 -*-
     2 # -*- coding: utf-8 -*-
     3 #
     3 #
     4 # pgtoolkit documentation build configuration file, created by
     4 # pydbkit documentation build configuration file, created by
     5 # sphinx-quickstart on Wed Feb 27 21:22:17 2013.
     5 # sphinx-quickstart on Wed Feb 27 21:22:17 2013.
     6 #
     6 #
     7 # This file is execfile()d with the current directory set to its containing dir.
     7 # This file is execfile()d with the current directory set to its containing dir.
     8 #
     8 #
     9 # Note that not all possible configuration values are present in this
     9 # Note that not all possible configuration values are present in this
    39 
    39 
    40 # The master toctree document.
    40 # The master toctree document.
    41 master_doc = 'index'
    41 master_doc = 'index'
    42 
    42 
    43 # General information about the project.
    43 # General information about the project.
    44 project = 'pgtoolkit'
    44 project = 'pydbkit'
    45 copyright = '2013, Radek Brich'
    45 copyright = '2013, Radek Brich'
    46 
    46 
    47 # The version info for the project you're documenting, acts as replacement for
    47 # The version info for the project you're documenting, acts as replacement for
    48 # |version| and |release|, also used in various other places throughout the
    48 # |version| and |release|, also used in various other places throughout the
    49 # built documents.
    49 # built documents.
   163 
   163 
   164 # This is the file name suffix for HTML files (e.g. ".xhtml").
   164 # This is the file name suffix for HTML files (e.g. ".xhtml").
   165 #html_file_suffix = None
   165 #html_file_suffix = None
   166 
   166 
   167 # Output file base name for HTML help builder.
   167 # Output file base name for HTML help builder.
   168 htmlhelp_basename = 'pgtoolkitdoc'
   168 htmlhelp_basename = 'pydbkitdoc'
   169 
   169 
   170 
   170 
   171 # -- Options for LaTeX output --------------------------------------------------
   171 # -- Options for LaTeX output --------------------------------------------------
   172 
   172 
   173 latex_elements = {
   173 latex_elements = {
   182 }
   182 }
   183 
   183 
   184 # Grouping the document tree into LaTeX files. List of tuples
   184 # Grouping the document tree into LaTeX files. List of tuples
   185 # (source start file, target name, title, author, documentclass [howto/manual]).
   185 # (source start file, target name, title, author, documentclass [howto/manual]).
   186 latex_documents = [
   186 latex_documents = [
   187   ('index', 'pgtoolkit.tex', 'pgtoolkit Documentation',
   187   ('index', 'pydbkit.tex', 'PyDbKit Documentation',
   188    'Radek Brich', 'manual'),
   188    'Radek Brich', 'manual'),
   189 ]
   189 ]
   190 
   190 
   191 # The name of an image file (relative to this directory) to place at the top of
   191 # The name of an image file (relative to this directory) to place at the top of
   192 # the title page.
   192 # the title page.
   212 # -- Options for manual page output --------------------------------------------
   212 # -- Options for manual page output --------------------------------------------
   213 
   213 
   214 # One entry per manual page. List of tuples
   214 # One entry per manual page. List of tuples
   215 # (source start file, name, description, authors, manual section).
   215 # (source start file, name, description, authors, manual section).
   216 man_pages = [
   216 man_pages = [
   217     ('index', 'pgtoolkit', 'pgtoolkit Documentation',
   217     ('index', 'pydbkit', 'PyDbKit Documentation',
   218      ['Radek Brich'], 1)
   218      ['Radek Brich'], 1)
   219 ]
   219 ]
   220 
   220 
   221 # If true, show URL addresses after external links.
   221 # If true, show URL addresses after external links.
   222 #man_show_urls = False
   222 #man_show_urls = False
   226 
   226 
   227 # Grouping the document tree into Texinfo files. List of tuples
   227 # Grouping the document tree into Texinfo files. List of tuples
   228 # (source start file, target name, title, author,
   228 # (source start file, target name, title, author,
   229 #  dir menu entry, description, category)
   229 #  dir menu entry, description, category)
   230 texinfo_documents = [
   230 texinfo_documents = [
   231   ('index', 'pgtoolkit', 'pgtoolkit Documentation',
   231   ('index', 'pydbkit', 'PyDbKit Documentation',
   232    'Radek Brich', 'pgtoolkit', 'One line description of project.',
   232    'Radek Brich', 'pydbkit', 'One line description of project.',
   233    'Miscellaneous'),
   233    'Miscellaneous'),
   234 ]
   234 ]
   235 
   235 
   236 # Documents to append as an appendix to all manuals.
   236 # Documents to append as an appendix to all manuals.
   237 #texinfo_appendices = []
   237 #texinfo_appendices = []