summaryrefslogtreecommitdiff
path: root/docs/conf.py
AgeCommit message (Collapse)Author
2016-06-02[1.9.x] Ignored new warnings when building the docs with Sphinx 1.4.Tim Graham
Backport of af3273757397fa88163174546f2b620d7b4837ed from master
2016-04-28[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master
2016-02-16[1.9.x] Fixed possible "RuntimeError: maximum recursion depth exceeded" ↵Tim Graham
building docs. Backport of 6a71ac61bd8ebd57f036e076a4f7f29cf2d88c00 from master
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ↵Tim Graham
docs. 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. Backport of e519aab43a419589e92fe284e4ce2f2e034aec6a from master
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
Backport of 93452a70e8a62c7408eeded444f5088d4a26212d from master
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
2015-11-16[1.9.x] Refs #23751 -- Added some unicode characters to the latex preamble.Tim Graham
Thanks Graham Wideman for the patch. Backport of a80d70dd10f3c7d483579734e524c94c62832070 from master
2015-09-23[1.9.x] Bumped django_next_version in docs config.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
2015-01-16Bumped version to 1.9 in docs config.Tim Graham
2015-01-10Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn
Added support for PostgreSQL range types to contrib.postgres. - 5 new model fields - 4 new form fields - New validators - Uses psycopg2's range type implementation in python
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-11-26Updated formtools docs to point at new package outside the Django repo.Jannis Leidel
Refs #23677.
2014-10-25Removed simplejson inventory file from docs/conf.py.Berker Peksag
2014-08-19Added sphinx extension to ease generation of ticket links.Tim Graham
2014-06-07Fixed #17238 -- Added source code links to docs using sphinx.ext.viewcode.Tim Graham
Thanks santiagobasulto for the suggestion.
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-03-21Bumped version to reflect master is now pre-1.8.Tim Graham
2014-03-07Fixed #22141 -- Added a spelling checker for documentation.Szczepan Cieślik
2014-02-10Fixed #21190 -- Added a new ePub theme for documentation.Markus Amalthea Magnuson
2013-12-30Pointed intersphinx links to Python's default version.Aymeric Augustin
Currently it's 3.3.
2013-11-02Fixed all E261 warningscoagulant
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs.
2013-09-22Fixed #21141 -- Update Sphinx URLRogério Yokomizo
Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/.
2013-06-28Master is now pre-1.7.Jacob Kaplan-Moss
2013-06-08Allow build of translated documentationClaude Paroz
2013-05-27Fixed URL for six inventory.Aymeric Augustin
2013-02-09Fixed #19699 - Removed "Please see the release notes" from ↵Tim Graham
versionadded/changed directives Also bumped django_next_version back to 1.6 so those annotations are described as "the development version" in the docs. Thanks Aymeric for the patch.
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-11-28Fixed two docstring/comment typos.Ramiro Morales
2012-11-25Changed (again) technique to get version IDs shown in docs from source code.Ramiro Morales
Hopefully it will fix the problem with the documentation building server that caused a wrong Django version to be reported in the HTML zipball docs edition. Follow-up to commits 373df56 and 0b98ef6.
2012-11-09Fixed #19266 -- Added Texinfo documentation targetClaude Paroz
Thanks orontee for the report and initial patch.
2012-10-28Ensure that version detection in docs from 373df56d uses the right Django copy.Ramiro Morales
2012-10-26Advanced version identifiers for 1.6 cycle.Ramiro Morales
2012-08-28Added latex preamble for ≤.Florian Apolloner
Thanks to bnomis for the report and yajogo for the initial patch.
2012-08-11Fixed #18698 -- Configure latex to support '≥' in the docs.Florian Apolloner
Thanks to simonb for the report and the initial patch.
2012-07-22[py3] Documented coding guidelines for Python 3.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
2012-04-28Removed a svn-specific configuration for Sphinx.Aymeric Augustin
2012-03-31Advanced version identifiers for 1.5 development cycle.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-23Bump trunk to 1.4.1.4James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17799 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-15Bump trunk to 1.4 RC 2.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17740 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-05Bump for 1.4 RC 1.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-16Bump version numbers for 1.4 beta 1.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-23Bump to 1.4 alpha 1.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17255 bcc190cf-cafb-0310-a4f2-bffc1f526a37