Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #14005 - Removed a few unneeded workarounds in the ↵Jannis Leidel2010-07-251-1/+1
| | | | | | Sphinx extension. Thanks for the report and patch, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13447 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13616 - Updated the documentation to be ↵Jannis Leidel2010-07-241-27/+145
| | | | | | compatible with Sphinx 1.0. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated the docs conf.py to have the correct version number.Jacob Kaplan-Moss2010-05-171-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13287 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bumped the version number in the docs to reflect Djagno ↵Malcolm Tredinnick2009-08-081-2/+2
| | | | | | | | | 1.1 is released. 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
* A whole lotta documentation fixes: Fixes #8704, #8826, ↵Jacob Kaplan-Moss2009-04-011-0/+5
| | | | | | #8980, #9243, #9343, #9529, git-svn-id: http://code.djangoproject.com/svn/django/trunk@10303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #9436 -- Updated docs build code to create "new in ↵Malcolm Tredinnick2009-03-091-0/+2
| | | | | | | | development version". Patch from Marc Fargas. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8955: Modified the sphinx configuration to ↵Russell Keith-Magee2008-09-181-1/+1
| | | | | | generate LaTeX 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
* Fixed #8728: Corrected some broken links in the ↵James Bennett2008-09-011-1/+0
| | | | | | documentation git-svn-id: http://code.djangoproject.com/svn/django/trunk@8792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Massive reorganization of the docs. See the new docs ↵Jacob Kaplan-Moss2008-08-241-9/+22
| | | | | | online at http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [docs] OK, I give up.Jacob Kaplan-Moss2008-03-271-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@7374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [docs] And even more svn:keywords fooling. Sorry about ↵Jacob Kaplan-Moss2008-03-271-1/+1
| | | | | | the timeline spam. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7373 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [docs] Added svn:keywords to docs/index.txtJacob Kaplan-Moss2008-03-271-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@7371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added the basics needed to build Django's docs using ↵Jacob Kaplan-Moss2008-03-271-0/+132
[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