2014-08-19 14:53:56 +08:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
#
|
|
|
|
|
# python3-cookbook documentation build configuration file, created by
|
|
|
|
|
# sphinx-quickstart on Tue Aug 19 03:21:45 2014.
|
|
|
|
|
#
|
|
|
|
|
# This file is execfile()d with the current directory set to its
|
|
|
|
|
# containing dir.
|
|
|
|
|
#
|
|
|
|
|
# Note that not all possible configuration values are present in this
|
|
|
|
|
# autogenerated file.
|
|
|
|
|
#
|
|
|
|
|
# All configuration values have a default; values that are commented out
|
|
|
|
|
# serve to show the default.
|
|
|
|
|
|
|
|
|
|
import sys
|
|
|
|
|
import os
|
|
|
|
|
|
|
|
|
|
# If extensions (or modules to document with autodoc) are in another directory,
|
|
|
|
|
# add these directories to sys.path here. If the directory is relative to the
|
|
|
|
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
|
|
|
|
#sys.path.insert(0, os.path.abspath('.'))
|
|
|
|
|
|
|
|
|
|
# -- General configuration ------------------------------------------------
|
|
|
|
|
|
|
|
|
|
# If your documentation needs a minimal Sphinx version, state it here.
|
|
|
|
|
#needs_sphinx = '1.0'
|
|
|
|
|
|
|
|
|
|
# Add any Sphinx extension module names here, as strings. They can be
|
|
|
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
|
|
|
# ones.
|
2014-08-20 10:10:58 +08:00
|
|
|
extensions = ['chinese_search']
|
2014-08-19 14:53:56 +08:00
|
|
|
|
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
|
|
|
templates_path = ['_templates']
|
|
|
|
|
|
|
|
|
|
# The suffix of source filenames.
|
|
|
|
|
source_suffix = '.rst'
|
|
|
|
|
|
|
|
|
|
# The encoding of source files.
|
|
|
|
|
#source_encoding = 'utf-8-sig'
|
|
|
|
|
|
|
|
|
|
# The master toctree document.
|
|
|
|
|
master_doc = 'index'
|
|
|
|
|
|
|
|
|
|
# General information about the project.
|
|
|
|
|
project = u'python3-cookbook'
|
2015-12-29 16:19:55 +08:00
|
|
|
copyright = u'2015, 熊能'
|
2014-08-19 14:53:56 +08:00
|
|
|
|
|
|
|
|
# The version info for the project you're documenting, acts as replacement for
|
|
|
|
|
# |version| and |release|, also used in various other places throughout the
|
|
|
|
|
# built documents.
|
|
|
|
|
#
|
|
|
|
|
# The short X.Y version.
|
2016-03-31 18:34:55 +08:00
|
|
|
version = '2.0'
|
2014-08-19 14:53:56 +08:00
|
|
|
# The full version, including alpha/beta/rc tags.
|
2016-03-31 18:34:55 +08:00
|
|
|
release = '2.0.0'
|
2014-08-19 14:53:56 +08:00
|
|
|
|
|
|
|
|
exclude_patterns = []
|
|
|
|
|
|
2014-08-19 16:11:12 +08:00
|
|
|
html_theme = 'default'
|
2014-08-19 14:53:56 +08:00
|
|
|
|
|
|
|
|
html_static_path = ['_static']
|
|
|
|
|
|
|
|
|
|
# Output file base name for HTML help builder.
|
2015-12-28 19:46:25 +08:00
|
|
|
htmlhelp_basename = 'python3-cookbook doc'
|
2014-08-19 14:53:56 +08:00
|
|
|
|
2015-12-29 16:15:32 +08:00
|
|
|
|
2014-08-19 14:53:56 +08:00
|
|
|
# -- Options for LaTeX output ---------------------------------------------
|
|
|
|
|
|
2015-12-28 19:46:25 +08:00
|
|
|
latex_elements={# The paper size ('letterpaper' or 'a4paper').
|
|
|
|
|
'papersize':'a4paper',# The font size ('10pt', '11pt' or '12pt').
|
|
|
|
|
'pointsize':'12pt','classoptions':',oneside','babel':'',#必須
|
|
|
|
|
'inputenc':'',#必須
|
|
|
|
|
'utf8extra':'',#必須
|
2015-12-29 16:15:32 +08:00
|
|
|
# Additional stuff for the LaTeX preamble.
|
2015-12-28 19:46:25 +08:00
|
|
|
'preamble': r"""
|
|
|
|
|
\usepackage{xeCJK}
|
|
|
|
|
\usepackage{indentfirst}
|
|
|
|
|
\setlength{\parindent}{2em}
|
|
|
|
|
\setCJKmainfont{WenQuanYi Micro Hei}
|
|
|
|
|
\setCJKmonofont[Scale=0.9]{WenQuanYi Micro Hei Mono}
|
|
|
|
|
\setCJKfamilyfont{song}{WenQuanYi Micro Hei}
|
|
|
|
|
\setCJKfamilyfont{sf}{WenQuanYi Micro Hei}
|
|
|
|
|
\XeTeXlinebreaklocale "zh"
|
|
|
|
|
\XeTeXlinebreakskip = 0pt plus 1pt
|
|
|
|
|
"""}
|
2014-08-19 14:53:56 +08:00
|
|
|
|
|
|
|
|
# Grouping the document tree into LaTeX files. List of tuples
|
|
|
|
|
# (source start file, target name, title,
|
|
|
|
|
# author, documentclass [howto, manual, or own class]).
|
|
|
|
|
latex_documents = [
|
2015-12-28 19:46:25 +08:00
|
|
|
('index', 'python3-cookbook.tex', u'《Python Cookbook》第三版',
|
2015-12-29 16:19:55 +08:00
|
|
|
u'熊能', 'manual'),
|
2014-08-19 14:53:56 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
# -- Options for manual page output ---------------------------------------
|
|
|
|
|
|
|
|
|
|
# One entry per manual page. List of tuples
|
|
|
|
|
# (source start file, name, description, authors, manual section).
|
|
|
|
|
man_pages = [
|
2015-12-28 19:46:25 +08:00
|
|
|
('index', 'python3-cookbook', u'《Python Cookbook》第三版',
|
2015-12-29 16:19:55 +08:00
|
|
|
[u'熊能'], 1)
|
2014-08-19 14:53:56 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
# If true, show URL addresses after external links.
|
|
|
|
|
#man_show_urls = False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# -- 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 = [
|
2015-12-28 19:46:25 +08:00
|
|
|
('index', 'python3-cookbook', u'《Python Cookbook》第三版',
|
2015-12-29 16:19:55 +08:00
|
|
|
u'熊能', 'python3-cookbook', '《Python Cookbook》第三版',
|
2014-08-19 14:53:56 +08:00
|
|
|
'Miscellaneous'),
|
|
|
|
|
]
|
|
|
|
|
|
2014-08-19 16:11:12 +08:00
|
|
|
|
|
|
|
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
|
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
|
|
|
|
|
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
|
|
|
|
|
|
|
|
|
if not on_rtd: # only import and set the theme if we're building docs locally
|
|
|
|
|
import sphinx_rtd_theme
|
|
|
|
|
html_theme = 'sphinx_rtd_theme'
|
|
|
|
|
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
|
|
|
|
# otherwise, readthedocs.org uses their theme by default, so no need to specify it
|
|
|
|
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
|
|
2014-08-20 10:10:58 +08:00
|
|
|
_exts = "../exts"
|
|
|
|
|
sys.path.append(os.path.abspath(_exts))
|