Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Documentation building with Sphinx#43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
funbringer merged 6 commits intopostgrespro:masterfromzilder:docs
Mar 21, 2018
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
After yapf been applied
  • Loading branch information
@zilder
zilder committedMar 21, 2018
commit37120a2c7032c47b35a51a3638ad8f00a791a96a
18 changes: 3 additions & 15 deletionsdocs/source/conf.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,7 +16,6 @@
import sys
sys.path.insert(0, os.path.abspath('../..'))


# -- Project information -----------------------------------------------------

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


# -- General configuration ---------------------------------------------------

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


# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand DownExpand Up@@ -96,13 +93,11 @@
#
# html_sidebars = {}


# -- Options for HTMLHelp output ---------------------------------------------

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


# -- Options for LaTeX output ------------------------------------------------

latex_elements = {
Expand DownExpand Up@@ -131,27 +126,20 @@
u'Postgres Professional', 'manual'),
]


# -- Options for manual page output ------------------------------------------

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'testgres', u'testgres Documentation',
[author], 1)
]

man_pages = [(master_doc, 'testgres', u'testgres Documentation', [author], 1)]

# -- Options for Texinfo output ----------------------------------------------

# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'testgres', u'testgres Documentation',
author, 'testgres', 'One line description of project.',
'Miscellaneous'),
(master_doc, 'testgres', u'testgres Documentation', author, 'testgres',
'One line description of project.', 'Miscellaneous'),
]


# -- Extension configuration -------------------------------------------------

[8]ページ先頭

©2009-2025 Movatter.jp