Commit History

Author SHA1 Message Date
  Ramiro Morales f609306349 Removed compatibility with Sphinx < 1.0 workarounds in our extension code. Also, started to use the 'needs_sphinx' Sphinx config var. 14 years ago
  Alex Gaynor 0aeb6c964a Added a hidden toctree pointing at the index file in the docs to silence a sphinx warning. 14 years ago
  Jannis Leidel 480c6c6958 Disabled unused Sphinx configuration option that triggered a warning. 14 years ago
  Jannis Leidel cd8758ef4d Fixed #14005 - Removed a few unneeded workarounds in the Sphinx extension. Thanks for the report and patch, Ramiro Morales. 14 years ago
  Jannis Leidel fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 years ago
  Jacob Kaplan-Moss ffcffcb96b Updated the docs conf.py to have the correct version number. 14 years ago
  Malcolm Tredinnick 34b4d1ef43 Bumped the version number in the docs to reflect Djagno 1.1 is released. 15 years ago
  Jacob Kaplan-Moss 516051bfd2 A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #9529, 16 years ago
  Malcolm Tredinnick 059765fa6c Fixed #9436 -- Updated docs build code to create "new in development version". 16 years ago
  Russell Keith-Magee 7976817a59 Fixed #8955: Modified the sphinx configuration to generate LaTeX documentation. Thanks to simonb for the report and fix. 16 years ago
  James Bennett a72eae0be7 Fixed #8728: Corrected some broken links in the documentation 16 years ago
  Jacob Kaplan-Moss 97cb07c3a1 Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 16 years ago
  Jacob Kaplan-Moss 4c3fcbc4bc [docs] OK, I give up. 17 years ago
  Jacob Kaplan-Moss 905b246dad [docs] And even more svn:keywords fooling. Sorry about the timeline spam. 17 years ago
  Jacob Kaplan-Moss 95665c403b [docs] Added svn:keywords to docs/index.txt 17 years ago
  Jacob Kaplan-Moss 7dd4be581b Added the basics needed to build Django's docs using [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). 17 years ago