Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 37120a2

Browse files
committed
After yapf been applied
1 parent 8c199a4 commit 37120a2

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

docs/source/conf.py

+3-15
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import sys
1717
sys.path.insert(0, os.path.abspath('../..'))
1818

19-
2019
# -- Project information -----------------------------------------------------
2120

2221
project = u'testgres'
@@ -28,7 +27,6 @@
2827
# The full version, including alpha/beta/rc tags
2928
release = u'1.5'
3029

31-
3230
# -- General configuration ---------------------------------------------------
3331

3432
# If your documentation needs a minimal Sphinx version, state it here.
@@ -67,7 +65,6 @@
6765
# The name of the Pygments (syntax highlighting) style to use.
6866
pygments_style = 'sphinx'
6967

70-
7168
# -- Options for HTML output -------------------------------------------------
7269

7370
# The theme to use for HTML and HTML Help pages. See the documentation for
@@ -96,13 +93,11 @@
9693
#
9794
# html_sidebars = {}
9895

99-
10096
# -- Options for HTMLHelp output ---------------------------------------------
10197

10298
# Output file base name for HTML help builder.
10399
htmlhelp_basename = 'testgresdoc'
104100

105-
106101
# -- Options for LaTeX output ------------------------------------------------
107102

108103
latex_elements = {
@@ -131,27 +126,20 @@
131126
u'Postgres Professional', 'manual'),
132127
]
133128

134-
135129
# -- Options for manual page output ------------------------------------------
136130

137131
# One entry per manual page. List of tuples
138132
# (source start file, name, description, authors, manual section).
139-
man_pages = [
140-
(master_doc, 'testgres', u'testgres Documentation',
141-
[author], 1)
142-
]
143-
133+
man_pages = [(master_doc, 'testgres', u'testgres Documentation', [author], 1)]
144134

145135
# -- Options for Texinfo output ----------------------------------------------
146136

147137
# Grouping the document tree into Texinfo files. List of tuples
148138
# (source start file, target name, title, author,
149139
# dir menu entry, description, category)
150140
texinfo_documents = [
151-
(master_doc, 'testgres', u'testgres Documentation',
152-
author, 'testgres', 'One line description of project.',
153-
'Miscellaneous'),
141+
(master_doc, 'testgres', u'testgres Documentation', author, 'testgres',
142+
'One line description of project.', 'Miscellaneous'),
154143
]
155144

156-
157145
# -- Extension configuration -------------------------------------------------

0 commit comments

Comments
 (0)