Refs #25778 -- Updated sphinx-doc.org links to HTTPS.

This commit is contained in:
Jon Dufresne 2020-01-28 21:04:15 -08:00 committed by GitHub
parent 2633c5341e
commit 32166a9f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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
documentation is transformed into HTML, PDF, and any other output format.
__ http://sphinx-doc.org/
__ https://www.sphinx-doc.org/
__ http://docutils.sourceforge.net/
To build the documentation locally, install Sphinx: