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
27a4918c
Kaydet (Commit)
27a4918c
authored
Ock 21, 2012
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix conf.py for Sphinx 1.0.
üst
0bb1251e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
conf.py
Doc/conf.py
+5
-4
No files found.
Doc/conf.py
Dosyayı görüntüle @
27a4918c
...
@@ -63,6 +63,9 @@ add_module_names = True
...
@@ -63,6 +63,9 @@ add_module_names = True
# Options for HTML output
# Options for HTML output
# -----------------------
# -----------------------
html_theme
=
'default'
html_theme_options
=
{
'collapsiblesidebar'
:
True
}
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
# using the given strftime format.
html_last_updated_fmt
=
'
%
b
%
d,
%
Y'
html_last_updated_fmt
=
'
%
b
%
d,
%
Y'
...
@@ -83,7 +86,7 @@ html_additional_pages = {
...
@@ -83,7 +86,7 @@ html_additional_pages = {
}
}
# Output an OpenSearch description file.
# Output an OpenSearch description file.
html_use_opensearch
=
'http://docs.python.org/
dev
'
html_use_opensearch
=
'http://docs.python.org/'
# Additional static files.
# Additional static files.
html_static_path
=
[
'tools/sphinxext/static'
]
html_static_path
=
[
'tools/sphinxext/static'
]
...
@@ -112,8 +115,6 @@ latex_documents = [
...
@@ -112,8 +115,6 @@ latex_documents = [
'The Python/C API'
,
_stdauthor
,
'manual'
),
'The Python/C API'
,
_stdauthor
,
'manual'
),
(
'distutils/index'
,
'distutils.tex'
,
(
'distutils/index'
,
'distutils.tex'
,
'Distributing Python Modules'
,
_stdauthor
,
'manual'
),
'Distributing Python Modules'
,
_stdauthor
,
'manual'
),
(
'documenting/index'
,
'documenting.tex'
,
'Documenting Python'
,
'Georg Brandl'
,
'manual'
),
(
'extending/index'
,
'extending.tex'
,
(
'extending/index'
,
'extending.tex'
,
'Extending and Embedding Python'
,
_stdauthor
,
'manual'
),
'Extending and Embedding Python'
,
_stdauthor
,
'manual'
),
(
'install/index'
,
'install.tex'
,
(
'install/index'
,
'install.tex'
,
...
@@ -151,7 +152,7 @@ latex_preamble = r'''
...
@@ -151,7 +152,7 @@ latex_preamble = r'''
latex_appendices
=
[
'glossary'
,
'about'
,
'license'
,
'copyright'
]
latex_appendices
=
[
'glossary'
,
'about'
,
'license'
,
'copyright'
]
# Get LaTeX to handle Unicode correctly
# Get LaTeX to handle Unicode correctly
latex_elements
=
{
'inputenc'
:
r'\usepackage[utf8x]{inputenc}'
}
latex_elements
=
{
'inputenc'
:
r'\usepackage[utf8x]{inputenc}'
,
'utf8extra'
:
''
}
# Options for the coverage checker
# Options for the coverage checker
# --------------------------------
# --------------------------------
...
...
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