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
c03bf0ae
Kaydet (Commit)
c03bf0ae
authored
Kas 04, 2018
tarafından
Adrian Liaw
Kaydeden (comit)
Julien Palard
Kas 04, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423)
üst
0edc7b1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
conf.py
Doc/conf.py
+7
-2
docutils.conf
Doc/docutils.conf
+0
-2
No files found.
Doc/conf.py
Dosyayı görüntüle @
c03bf0ae
...
@@ -41,13 +41,18 @@ today_fmt = '%B %d, %Y'
...
@@ -41,13 +41,18 @@ today_fmt = '%B %d, %Y'
# By default, highlight as Python 3.
# By default, highlight as Python 3.
highlight_language
=
'python3'
highlight_language
=
'python3'
# Require Sphinx 1.
2
for build.
# Require Sphinx 1.
7
for build.
needs_sphinx
=
'1.
2
'
needs_sphinx
=
'1.
7
'
# Ignore any .rst files in the venv/ directory.
# Ignore any .rst files in the venv/ directory.
venvdir
=
os
.
getenv
(
'VENVDIR'
,
'venv'
)
venvdir
=
os
.
getenv
(
'VENVDIR'
,
'venv'
)
exclude_patterns
=
[
venvdir
+
'/*'
,
'README.rst'
]
exclude_patterns
=
[
venvdir
+
'/*'
,
'README.rst'
]
# Disable Docutils smartquotes for several translations
smartquotes_excludes
=
{
'languages'
:
[
'ja'
,
'fr'
,
'zh_TW'
,
'zh_CN'
],
'builders'
:
[
'man'
,
'text'
],
}
# Options for HTML output
# Options for HTML output
# -----------------------
# -----------------------
...
...
Doc/docutils.conf
deleted
100644 → 0
Dosyayı görüntüle @
0edc7b1b
[
restructuredtext
parser
]
smartquotes
-
locales
:
ja
:
""
''
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