Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
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
django
Commits
de0e54ea
Kaydet (Commit)
de0e54ea
authored
Mar 23, 2018
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bumped minimum Sphinx version to 1.6.0.
üst
a4f0e9ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
djangodocs.py
docs/_ext/djangodocs.py
+1
-5
conf.py
docs/conf.py
+1
-1
No files found.
docs/_ext/djangodocs.py
Dosyayı görüntüle @
de0e54ea
...
@@ -14,11 +14,7 @@ from sphinx.directives import CodeBlock
...
@@ -14,11 +14,7 @@ from sphinx.directives import CodeBlock
from
sphinx.domains.std
import
Cmdoption
from
sphinx.domains.std
import
Cmdoption
from
sphinx.util.console
import
bold
from
sphinx.util.console
import
bold
from
sphinx.util.nodes
import
set_source_info
from
sphinx.util.nodes
import
set_source_info
from
sphinx.writers.html
import
HTMLTranslator
try
:
from
sphinx.writers.html
import
SmartyPantsHTMLTranslator
as
HTMLTranslator
except
ImportError
:
# Sphinx 1.6+
from
sphinx.writers.html
import
HTMLTranslator
# RE for option descriptions without a '--' prefix
# RE for option descriptions without a '--' prefix
simple_option_desc_re
=
re
.
compile
(
simple_option_desc_re
=
re
.
compile
(
...
...
docs/conf.py
Dosyayı görüntüle @
de0e54ea
...
@@ -32,7 +32,7 @@ sys.path.append(abspath(join(dirname(__file__), "_ext")))
...
@@ -32,7 +32,7 @@ sys.path.append(abspath(join(dirname(__file__), "_ext")))
# -- General configuration -----------------------------------------------------
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx
=
'1.
5.5
'
needs_sphinx
=
'1.
6.0
'
# Add any Sphinx extension module names here, as strings. They can be extensions
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
...
...
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