summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Release preparation for 1.0b2.v1.0b2Georg Brandl2010-05-301-2/+2
* Fix referencing in rst domain.Georg Brandl2010-05-301-8/+10
* #322: Improve responsiveness of search page by loading the search index async...Georg Brandl2010-05-302-7/+11
* Update to jQuery 1.4.2.Georg Brandl2010-05-301-136/+139
* Fix the intersphinx inventory caching.Georg Brandl2010-05-301-1/+1
* Too long to list all themes now.Georg Brandl2010-05-301-2/+2
* Use status iterator for images and dlfiles.Georg Brandl2010-05-301-9/+8
* Respect "refid" attributes of reference nodes; this prevented references to l...Georg Brandl2010-05-301-0/+2
* Fix a bug that prevented references in the rst domain.Georg Brandl2010-05-301-1/+1
* Fixed a C++ bug that caused bad references to be generated. This alsoArmin Ronacher2010-05-301-5/+10
* The ``toctree`` callable in templates now accepts a ``titles_only`` keyword a...Georg Brandl2010-05-302-6/+9
* #357: Refrain from setting absolute font size in agogo theme.Georg Brandl2010-05-301-2/+1
* The ``include`` directive now supports absolute paths, which are interpreted ...Georg Brandl2010-05-301-0/+19
* Allow linking to tables just like figures with :ref:.Georg Brandl2010-05-301-0/+7
* #428: add some missing styles for standard docutils classes.Georg Brandl2010-05-301-0/+46
* Regenerate Dutch catalog.Georg Brandl2010-05-302-1/+1
* merge with http://bitbucket.org/marijnvanderzee/sphinxGeorg Brandl2010-05-303-66/+87
|\
| * updated some translationsMarijn van der Zee2010-05-293-64/+85
| * update translationMarijn van der Zee2010-05-291-2/+2
* | Add missing targets to Makefile; do not build latex twice for latexpdf target.Georg Brandl2010-05-301-1/+1
|/
* #415: Do not compact single paragraphs within desc_content nodes.Georg Brandl2010-05-281-0/+9
|\
| * Fix for .html writer logicsmerch2010-05-281-0/+42
* | #432: Fix UnicodeErrors while building LaTeX in translated locale; do not swa...Georg Brandl2010-05-282-19/+13
* | #435: update Turkish translation for 1.0.Georg Brandl2010-05-283-109/+127
|/
* Fix an AttributeError for strange xref nodes.Georg Brandl2010-05-271-1/+2
* Fixed a bug in the C++ domain and documented moreArmin Ronacher2010-05-271-0/+2
* Added :js:class: which makes JS documentation a lot more readibleArmin Ronacher2010-05-271-3/+19
* #427: fix the encode() method of translation proxies.Georg Brandl2010-05-272-2/+14
* #426: Fix encoding issues when saving/loading intersphinx inventories.Georg Brandl2010-05-262-7/+10
* #424: Fix IndexError in viewcode extension.Georg Brandl2010-05-261-1/+2
* Test the viewcode extension; decode the source files before highlighting them.Georg Brandl2010-05-261-3/+6
* Fix long lines.Georg Brandl2010-05-261-3/+3
* #421: fix Unicode errors for translations with non-ASCII characters.Georg Brandl2010-05-261-1/+1
* Be more precise.Georg Brandl2010-05-261-1/+1
* Fixed console.py function term_width_line() issue. #423Armin Ronacher2010-05-251-2/+5
* Post release update.Georg Brandl2010-05-251-1/+1
* Prepare for release of 1.0b1.v1.0b1Georg Brandl2010-05-251-2/+2
* Monkey-patch Node.__contains__ to get consistent behavior for docutils 0.5 an...Georg Brandl2010-05-251-0/+12
* Fix translation catalogs as far as I can; compile new .mo out of it.Georg Brandl2010-05-2552-544/+284
* Update German translation.Georg Brandl2010-05-253-79/+57
* Update gettext catalogs based on new template.Georg Brandl2010-05-2418-4536/+7954
* Update gettext catalog template.Georg Brandl2010-05-241-245/+344
* Translate the tooltips for the collapser.Georg Brandl2010-05-241-3/+3
* Fix typo.Georg Brandl2010-05-241-1/+1
* #388: update Japanese translation.Georg Brandl2010-05-242-13/+9
* In the default theme, the sidebar can experimentally now be made collapsible ...Georg Brandl2010-05-244-2/+163
* Merge with http://bitbucket.org/chrism/sphinx/, add latex_show_pagrefs/latex_...Georg Brandl2010-05-243-6/+34
|\
| * Make text writer skip raw nodes it doesn't know about.Chris McDonough2010-01-121-0/+5
| * - Add LaTeX references and labels.Chris McDonough2009-12-271-9/+31
* | Handle raw nodes in the manpage writer.Georg Brandl2010-05-241-0/+5