summaryrefslogtreecommitdiff
path: root/sphinx/builder.py
Commit message (Collapse)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
| | | | than number of toplevel modules.
* 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
| | | | over at template rendering time.
* 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 ↵Georg Brandl2008-06-051-1/+1
| | | | config.
* 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
| | | | * Support parts in LaTeX output.
* Allow the configuration directory to be set differently from the source ↵Georg Brandl2008-05-021-8/+3
| | | | | | directory. Also don't import docutils on importing sphinx.
* 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
| | | | * Fix up the clumsy index template handling.
* Add new templating API, remove Jinja external and add it to setup.py ↵Georg Brandl2008-04-131-33/+16
| | | | dependencies.
* 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
| | | | Also, record image docnames in order to be able to delete image records from the env.
* Support the image directive.Georg Brandl2008-03-251-8/+33
|
* * sphinx.builder: Handle unavailability of TOC relations (previous/Georg Brandl2008-03-251-8/+19
| | | | next chapter) more gracefully in the HTML builder.
* Add a dependency system for handling .. include, .. literalincludeGeorg Brandl2008-03-251-17/+19
| | | | and later .. image dependencies.
* 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
| | | | * Make staticpath relative to conf.py dir.
* Some pylint fixes.Georg Brandl2008-03-161-1/+1
|
* Move link checker to its own file. Use different user-agent to enable ↵Georg Brandl2008-03-141-105/+2
| | | | Wikipedia lookup.
* 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
|