Skip to content
Snippets Groups Projects
Commit e1acbb14d7aa authored by Bob Ippolito's avatar Bob Ippolito
Browse files

typo in conf.py

git-svn-id: http://simplejson.googlecode.com/svn/trunk@150 a4795897-2c25-0410-b006-0d3caba88fa1
parent c484d44d0ac0
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# simlejson documentation build configuration file, created by # simplejson documentation build configuration file, created by
# sphinx-quickstart on Fri Sep 26 18:58:30 2008. # sphinx-quickstart on Fri Sep 26 18:58:30 2008.
# #
# This file is execfile()d with the current directory set to its containing dir. # This file is execfile()d with the current directory set to its containing dir.
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
master_doc = 'index' master_doc = 'index'
# General substitutions. # General substitutions.
project = 'simlejson' project = 'simplejson'
copyright = '2008, Bob Ippolito' copyright = '2008, Bob Ippolito'
# The default replacements for |version| and |release|, also used in various # The default replacements for |version| and |release|, also used in various
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
html_file_suffix = '.html' html_file_suffix = '.html'
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'simlejsondoc' htmlhelp_basename = 'simplejsondoc'
# Options for LaTeX output # Options for LaTeX output
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
# Grouping the document tree into LaTeX files. List of tuples # Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]). # (source start file, target name, title, author, document class [howto/manual]).
latex_documents = [ latex_documents = [
('index', 'simlejson.tex', 'simlejson Documentation', ('index', 'simplejson.tex', 'simplejson Documentation',
'Bob Ippolito', 'manual'), 'Bob Ippolito', 'manual'),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment