Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e52e2ebf
Commit
e52e2ebf
authored
Oct 29, 2014
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a few config values that keep the default values, move values to the correct section
parent
5e047a4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
14 deletions
+11
-14
Doc/conf.py
Doc/conf.py
+11
-14
No files found.
Doc/conf.py
View file @
e52e2ebf
...
...
@@ -14,7 +14,6 @@ sys.path.append(os.path.abspath('tools'))
extensions
=
[
'sphinx.ext.coverage'
,
'sphinx.ext.doctest'
,
'pyspecific'
,
'c_annotations'
]
templates_path
=
[
'tools'
]
# General substitutions.
project
=
'Python'
...
...
@@ -31,16 +30,6 @@ today = ''
# Else, today_fmt is used as the format for a strftime call.
today_fmt
=
'%B %d, %Y'
# Relative filename of the reference count data file.
refcount_file
=
'data/refcounts.dat'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses
=
True
# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
add_module_names
=
True
# By default, highlight as Python 3.
highlight_language
=
'python3'
...
...
@@ -51,19 +40,20 @@ needs_sphinx = '1.2'
# Options for HTML output
# -----------------------
# Use our custom theme.
html_theme
=
'pydoctheme'
html_theme_path
=
[
'tools'
]
html_theme_options
=
{
'collapsiblesidebar'
:
True
}
# Short title used e.g. for <title> HTML tags.
html_short_title
=
'%s Documentation'
%
release
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
html_last_updated_fmt
=
'%b %d, %Y'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
html_use_smartypants
=
True
# Path to find HTML templates.
templates_path
=
[
'tools'
]
# Custom sidebar templates, filenames relative to this file.
html_sidebars
=
{
...
...
@@ -145,6 +135,7 @@ latex_appendices = ['glossary', 'about', 'license', 'copyright']
# Get LaTeX to handle Unicode correctly
latex_elements
=
{
'inputenc'
:
r'\
usep
ackage[utf8x]{inputenc}'
,
'utf8extra'
:
''
}
# Options for the coverage checker
# --------------------------------
...
...
@@ -180,3 +171,9 @@ coverage_c_regexes = {
coverage_ignore_c_items
=
{
# 'cfunction': [...]
}
# Options for extensions
# ----------------------
# Relative filename of the reference count data file.
refcount_file
=
'data/refcounts.dat'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment