summaryrefslogtreecommitdiff
path: root/docs/conf.py
AgeCommit message (Collapse)Author
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
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
This allows to make these links more resilent to changes in the target URLs. Thanks Jannis for the report and Aymeric Augustin for the patch. Fixes #16586. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-24Bumped django_next_version so that "New in Django 1.3" links appear correctly.Simon Meers
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-23Bump everything for 1.3.1.3James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-30Fixed #15196 -- Bumped version up a bit in Sphinx configuration. Thanks, ↵Jannis Leidel
Eric Holscher. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-19Removed compatibility with Sphinx < 1.0 workarounds in our extension code. ↵Ramiro Morales
Also, started to use the 'needs_sphinx' Sphinx config var. Follow up on r14624. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-17Added a hidden toctree pointing at the index file in the docs to silence a ↵Alex Gaynor
sphinx warning. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-08Disabled unused Sphinx configuration option that triggered a warning.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-25Fixed #14005 - Removed a few unneeded workarounds in the Sphinx extension. ↵Jannis Leidel
Thanks for the report and patch, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13447 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-24Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17Updated the docs conf.py to have the correct version number.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13287 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-08Bumped the version number in the docs to reflect Djagno 1.1 is released.Malcolm Tredinnick
This changes a bunch of "new in development version" annotations to say "new in Django 1.1" for example. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11413 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, ↵Jacob Kaplan-Moss
#9529, git-svn-id: http://code.djangoproject.com/svn/django/trunk@10303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-09Fixed #9436 -- Updated docs build code to create "new in development version".Malcolm Tredinnick
Patch from Marc Fargas. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-18Fixed #8955: Modified the sphinx configuration to generate LaTeX ↵Russell Keith-Magee
documentation. Thanks to simonb for the report and fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-01Fixed #8728: Corrected some broken links in the documentationJames Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23Massive reorganization of the docs. See the new docs online at ↵Jacob Kaplan-Moss
http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-27[docs] OK, I give up.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-27[docs] And even more svn:keywords fooling. Sorry about the timeline spam.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7373 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-27[docs] Added svn:keywords to docs/index.txtJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-27Added the basics needed to build Django's docs using ↵Jacob Kaplan-Moss
[http://sphinx.pocoo.org/ Sphinx]. If you've got Sphinx installed (the latest version) along with [http://docutils.sf.net docutils], you should be able to easily build the docs locally using {{{sphinx-build}}} or the included {{{Makefile}}}. This use a basic (and pretty crappy) index for the documentation and the built-in Sphinx styles (which are actually quite nice). git-svn-id: http://code.djangoproject.com/svn/django/trunk@7370 bcc190cf-cafb-0310-a4f2-bffc1f526a37