summaryrefslogtreecommitdiff
path: root/sphinx/builder.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add changelog entry and fix feature.^georg.brandl2008-06-221-2/+2
* Don't collapse modindex if number of submodules is largergeorg.brandl2008-06-221-0/+10
* Remove target directories in the static path before copying them again.georg.brandl2008-06-221-4/+4
* Fix image handling.georg.brandl2008-06-181-10/+9
* Compile the right-aligned rellinks into a list that is iteratedgeorg.brandl2008-06-171-8/+17
* Support splitting the HTML index.georg.brandl2008-06-171-2/+16
* Add image format handling.georg.brandl2008-06-151-5/+39
* Add html_favicon config value.georg.brandl2008-06-151-0/+6
* Add a test suite skeleton, a first test for sphinx.config, and fix a bug in c...georg.brandl2008-06-051-1/+1
* Add a default for colorfunc.georg.brandl2008-06-011-1/+1
* Add a preliminary text writer, mainly for producing pydoc-compatible topic help.georg.brandl2008-06-011-1/+53
* More logical "next"/"previous" links.georg.brandl2008-05-311-9/+10
* Add html-page-context event for customizing the template context.georg.brandl2008-05-311-26/+34
* Add html_short_title and html_show_sphinx config values.georg.brandl2008-05-241-9/+6
* Allow subdirs in html_static_path.georg.brandl2008-05-241-2/+8
* Add html_use_index flag.georg.brandl2008-05-231-12/+15
* Fix bug.georg.brandl2008-05-061-1/+1
* Add html_file_suffix value.georg.brandl2008-05-061-3/+10
* Add ``toctree_only`` feature to LaTeX builder.georg.brandl2008-05-041-5/+19
* Some pylint nits.georg.brandl2008-05-041-2/+2
* Remove unused files from the HTML help build.georg.brandl2008-05-031-3/+4
* Warn if config value isn't a string.georg.brandl2008-05-031-0/+3
* * New LaTeX table handling.georg.brandl2008-05-031-1/+1
* Allow the configuration directory to be set differently from the source direc...georg.brandl2008-05-021-8/+3
* Fix sidebar handling in the pickle builder.georg.brandl2008-05-021-2/+2
* Add logo options, add blocks to sidebar.georg.brandl2008-04-271-1/+17
* Add OpenSearch capability.georg.brandl2008-04-271-4/+14
* * Use a customizable title for the docs.georg.brandl2008-04-191-7/+11
* Add new templating API, remove Jinja external and add it to setup.py dependen...georg.brandl2008-04-131-33/+16
* Fix traceback when moving documents.georg.brandl2008-04-061-4/+9
* Pylint fixing.georg.brandl2008-03-261-3/+3
* Rename static to _static and consistently name _sources.georg.brandl2008-03-251-5/+10
* Rebuild all HTML files in case of a template change.georg.brandl2008-03-251-44/+24
* Support the image directive.georg.brandl2008-03-251-8/+33
* * sphinx.builder: Handle unavailability of TOC relations (previous/georg.brandl2008-03-251-8/+19
* Add a dependency system for handling .. include, .. literalincludegeorg.brandl2008-03-251-17/+19
* Don't try to build copied sources if source suffix is .txt.georg.brandl2008-03-231-8/+15
* Fix for build-all mode.georg.brandl2008-03-231-0/+2
* Fix a case where nothing is built if the environment is fresh.georg.brandl2008-03-231-9/+15
* Only create the index in the HTML builder.georg.brandl2008-03-221-2/+7
* Fix a few overlong lines, and use \t instead of literal tabs.georg.brandl2008-03-211-1/+2
* Make it possible to deactivate the module index.georg.brandl2008-03-181-39/+41
* Remove debugging remnant.georg.brandl2008-03-181-1/+0
* Improve handling of exceptions.georg.brandl2008-03-181-5/+2
* * Define __file__ during conf.py execution.georg.brandl2008-03-161-1/+2
* Some pylint fixes.georg.brandl2008-03-161-1/+1
* Move link checker to its own file. Use different user-agent to enable Wikiped...georg.brandl2008-03-141-105/+2
* Another typo.georg.brandl2008-03-141-1/+1
* Fix typo.georg.brandl2008-03-141-1/+1
* Template dirs are relative to the root.georg.brandl2008-03-121-1/+3