summaryrefslogtreecommitdiff
path: root/docs/conf.py
AgeCommit message (Collapse)Author
2022-12-29[3.2.x] Disabled auto-created table of contents entries on Sphinx 5.2+.Mariusz Felisiak
Auto-created table of contents entries for all domain objects (e.g. functions, classes, attributes, etc.) were added in Sphinx 5.2, see https://github.com/sphinx-doc/sphinx/issues/6316. An option to control new table of contents entries was added in Sphinx 5.2.3, see https://github.com/sphinx-doc/sphinx/pull/10886. Backport of 279967ec859a9a5240318cf29a077539b0e3139f from main
2022-06-27[3.2.x] Bumped minimum Sphinx version to 4.5.0.Mariusz Felisiak
Related Sphinx changes: - https://github.com/sphinx-doc/sphinx/pull/8898 - https://github.com/sphinx-doc/sphinx/issues/8326 Backport of ebf25555bbed3e9112d4b726575d60b242daf48a from main.
2021-11-30[3.2.x] Added requirements.txt to files ignored by Sphinx builds.Mariusz Felisiak
2021-07-13[3.2.x] Refs #31676 -- Removed Django Core-Mentorship mailing list ↵Mariusz Felisiak
references in docs. Backport of 37e8367c359cd115f109d82f99ff32be219f4928 from main
2021-05-17[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and ↵Nick Pope
use HTTPS. Backport of c156e369553c75a30c78b8ed54a57b1101865105 from main
2021-04-10[3.2.x] Bumped django_next_version in docs config.Carlton Gibson
2021-03-09[3.2.x] Updated Git branch "master" to "main".Markus Holtermann
This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ Backport of d9a266d657f66b8c4fa068408002a4e3709ee669 from main
2021-02-17[3.2.x] Added documentation extlink for bugs.python.org.Nick Pope
Backport of d02d60eb0f032c9395199fb73c6cd29ee9bb2646 from master
2021-01-02Updated CVE URL.Tim Graham
2020-05-13Bumped version; master is now 3.2 pre-alpha.Mariusz Felisiak
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-01-29Fixed #28290 -- Enabled Sphinx auto-label generation for title and section ↵Abhijeet
headers.
2020-01-29Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne
2020-01-29Refs #25778 -- Updated sphinx-doc.org links to HTTPS.Jon Dufresne
2019-09-10Bumped version; master is now 3.1 pre-alpha.Mariusz Felisiak
2019-03-28Moved extlinks in docs config to allow using 'version' variable.Tim Graham
After a stable branch is created, 'master' will change to 'stable/' + version + '.x'.
2019-03-28Used extlinks for Django's source code.Tim Graham
2019-02-01Used extlinks for GitHub commits.Tim Graham
2019-01-17Bumped version; master is now 3.0 pre-alpha.Tim Graham
2018-09-18Removed obsolete html_use_smartypants Sphinx option.Tim Graham
2018-08-27Replaced CVE/ticket roles with extlinks.Tim Graham
2018-05-17Bumped version to 2.2 in docs.Tim Graham
2018-04-04Updated intersphinx_mapping URL for sphinx.Tim Graham
2018-03-22Bumped minimum Sphinx version to 1.6.0.Tim Graham
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-12-25Fixed #28963 -- Raised minimum Sphinx version.Ramiro Morales
2017-09-22Bumped version; master is now 2.1 pre-alpha.Tim Graham
2017-05-24Fixed docs build with Sphinx 1.6.Dmitry Shachnev
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-18Removed formtools from intersphinx_mapping.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Bumped version; master is now 2.0 pre-alpha.Tim Graham
2016-12-05Removed deprecated html_translator_class sphinx config option.Tim Graham
2016-09-26Added a CVE role for Sphinx.Tim Graham
2016-06-01Ignored new warnings when building the docs with Sphinx 1.4.Tim Graham
2016-05-19Bumped version; master is now 1.11 pre-alpha.Tim Graham
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-02-16Fixed possible "RuntimeError: maximum recursion depth exceeded" building docs.Tim Graham
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review.
2016-01-13Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440.Tim Graham
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16Removed a docs workaround for an old Sphinx version.Tim Graham
2015-11-16Refs #23751 -- Added some unicode characters to the latex preamble.Tim Graham
Thanks Graham Wideman for the patch.
2015-09-23Bumped version; master is now 1.10 pre-alpha.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-03-10Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpageErik Romijn
2015-02-06Fixed E265 comment styleCollin Anderson