Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
9a333a6f
Kaydet (Commit)
9a333a6f
authored
Eki 29, 2014
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove a few config values that keep the default values, move values to the correct section
üst
3fdea953
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
14 deletions
+11
-14
conf.py
Doc/conf.py
+11
-14
No files found.
Doc/conf.py
Dosyayı görüntüle @
9a333a6f
...
...
@@ -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'\usepackage[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