summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Close #4: Added a ``:download:`` role that marks a non-document fileGeorg Brandl2008-12-283-2/+15
* Fix test_autodoc after return annotation change.Georg Brandl2008-12-281-3/+3
* Explicitly refer to the license in :license: tags.Georg Brandl2008-12-2712-12/+12
* Handle class aliases (like ``class Foo: factory = dict``) better in autodoc.Georg Brandl2008-12-251-0/+2
* Fix documentation of inner classes in autodoc. Messy!Georg Brandl2008-12-231-16/+32
* Remove sphinx.builder usage.Georg Brandl2008-12-233-3/+5
* The ``autodoc_skip_member`` event now also gets to decideGeorg Brandl2008-12-151-0/+12
* Merge bugfix from 0.5.Georg Brandl2008-12-082-1/+3
|\
| * Fix #68: invalid latex output for images with height set.Georg Brandl2008-12-082-1/+3
* | Automated merge with file:///home/gbr/devel/sphinx0.5Georg Brandl2008-12-083-0/+8
|\ \ | |/
| * Fix #60: "smart" image inclusion in subdirs.Georg Brandl2008-12-083-0/+8
* | Automated merge with file:///home/gbr/devel/sphinx0.5Georg Brandl2008-12-074-4/+57
|\ \ | |/ |/|
| * Merge bugfix from 0.5.Georg Brandl2008-11-304-4/+57
| |\
| | * Allow using different Pygments formatters.Georg Brandl2008-11-301-0/+14
| | * Add Sphinx.add_lexer().Georg Brandl2008-11-301-0/+37
| | * Allow giving values for dict type config values in the overrides.Georg Brandl2008-11-301-1/+3
| | * Move builders and writers into new packages.Georg Brandl2008-11-292-3/+3
* | | Fix autoclass_content = "both" bug.Georg Brandl2008-12-071-1/+14
|/ /
* | Also fix invalid index entries for Latex output.Georg Brandl2008-11-302-0/+12
|/
* Don't fail test suite because of missing latex packages.Georg Brandl2008-11-231-0/+27
* Add file in _static directory so that it isn't ignored by Hg.Georg Brandl2008-11-231-0/+1
* 2.4 compatibility fix.gbrandl2008-11-231-1/+5
* Add tests for HTML escaping.Georg Brandl2008-11-233-4/+6
* Fix test after latex writer change.Georg Brandl2008-11-231-1/+1
* Add classes to toctree items that indicate depth.Georg Brandl2008-11-091-0/+2
* Add todo extension.Georg Brandl2008-11-091-1/+2
* Fix test typo.Georg Brandl2008-11-081-1/+1
* Fix the handling of images in different directories.Georg Brandl2008-11-064-5/+12
* #21: allow short form for seealso arguments.Georg Brandl2008-11-041-1/+1
* Add -A option to pass values into HTML templates.Georg Brandl2008-11-043-0/+7
* #29: fix some option list issues, in HTML, LaTeX and text writers.Georg Brandl2008-11-032-0/+6
* Improve node coverage for latex/text writers.georg.brandl2008-11-011-0/+35
* Fix for r67038.georg.brandl2008-10-283-18/+7
* Remove outdated check.georg.brandl2008-10-271-2/+0
* Add global citations. #1.georg.brandl2008-10-253-0/+11
* Add minimal test for descitems.georg.brandl2008-10-185-0/+92
* Add test for meta directive and add visitor functions for latex and text writ...georg.brandl2008-10-182-0/+8
* Role names are case-insensitive. #24.georg.brandl2008-10-161-0/+2
* Properly escape authors and titles put into quickstart latex_documents setting.georg.brandl2008-10-161-3/+4
* Adapt markup test to renaming of highlighting escapes.georg.brandl2008-09-161-1/+1
* Add test for coverage builder and fix an AttributeError in it.georg.brandl2008-09-133-1/+51
* Add missing file.georg.brandl2008-09-131-0/+7
* A bit more testing for autodoc.georg.brandl2008-09-123-0/+12
* Fix nits.georg.brandl2008-09-113-3/+6
* Fix handling of __all__ for modules and add a test.georg.brandl2008-09-061-1/+13
* Merged revisions 65640,65675,65699,65701 via svnmerge fromgeorg.brandl2008-08-235-11/+70
* New config value "keep_warnings", default is to discard the from the saved do...georg.brandl2008-08-101-0/+2
* Merged revisions 65566-65567,65623,65625 via svnmerge fromgeorg.brandl2008-08-101-3/+16
* * Add more generated text to the automatic translation.georg.brandl2008-08-101-0/+17
* Merged revisions 65556 via svnmerge fromgeorg.brandl2008-08-062-3/+25