mirror of https://github.com/django/django.git
Refs #25778 -- Updated sphinx-doc.org links to HTTPS.
This commit is contained in:
parent
2633c5341e
commit
32166a9f7c
|
@ -15,4 +15,4 @@ The documentation in ``_build/html/index.html`` can then be viewed in a web
|
||||||
browser.
|
browser.
|
||||||
|
|
||||||
.. _ReST: https://docutils.sourceforge.io/rst.html
|
.. _ReST: https://docutils.sourceforge.io/rst.html
|
||||||
.. _Sphinx: http://sphinx-doc.org
|
.. _Sphinx: https://www.sphinx-doc.org/
|
||||||
|
|
|
@ -140,7 +140,7 @@ pygments_style = 'trac'
|
||||||
# branch, which is located at this URL.
|
# branch, which is located at this URL.
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'python': ('https://docs.python.org/3/', None),
|
'python': ('https://docs.python.org/3/', None),
|
||||||
'sphinx': ('http://www.sphinx-doc.org/en/master/', None),
|
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
|
||||||
'psycopg2': ('http://initd.org/psycopg/docs/', None),
|
'psycopg2': ('http://initd.org/psycopg/docs/', None),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ Django's documentation uses the Sphinx__ documentation system, which in turn
|
||||||
is based on docutils__. The basic idea is that lightly-formatted plain-text
|
is based on docutils__. The basic idea is that lightly-formatted plain-text
|
||||||
documentation is transformed into HTML, PDF, and any other output format.
|
documentation is transformed into HTML, PDF, and any other output format.
|
||||||
|
|
||||||
__ http://sphinx-doc.org/
|
__ https://www.sphinx-doc.org/
|
||||||
__ http://docutils.sourceforge.net/
|
__ http://docutils.sourceforge.net/
|
||||||
|
|
||||||
To build the documentation locally, install Sphinx:
|
To build the documentation locally, install Sphinx:
|
||||||
|
|
|
@ -183,7 +183,7 @@ You can get a local copy of the HTML documentation following a few steps:
|
||||||
|
|
||||||
* The HTML documentation will be placed in ``docs/_build/html``.
|
* The HTML documentation will be placed in ``docs/_build/html``.
|
||||||
|
|
||||||
__ http://sphinx-doc.org/
|
__ https://www.sphinx-doc.org/
|
||||||
__ https://www.gnu.org/software/make/
|
__ https://www.gnu.org/software/make/
|
||||||
|
|
||||||
.. _differences-between-doc-versions:
|
.. _differences-between-doc-versions:
|
||||||
|
|
Loading…
Reference in New Issue