summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Add default_role configuration value.Georg Brandl2008-06-171-0/+3
* Support splitting the HTML index.Georg Brandl2008-06-171-0/+3
* Add html_favicon config value.Georg Brandl2008-06-151-0/+5
* Add html_short_title and html_show_sphinx config values.Georg Brandl2008-05-241-0/+3
* Add html_use_index flag.Georg Brandl2008-05-231-0/+3
* Handle project names with spaces.Georg Brandl2008-05-231-2/+4
* Add html_file_suffix value.Georg Brandl2008-05-061-0/+3
* Fix OpenSearch description generation.Georg Brandl2008-05-031-2/+3
* * New LaTeX table handling.Georg Brandl2008-05-031-0/+4
* Add exclude_dirs config value.Georg Brandl2008-05-021-0/+4
* Add logo options, add blocks to sidebar.Georg Brandl2008-04-271-0/+8
* Add OpenSearch capability.Georg Brandl2008-04-271-0/+4
* Create a sensible default latex_documents setting.Georg Brandl2008-04-211-1/+3
* * Use a customizable title for the docs.Georg Brandl2008-04-191-3/+4
* Use new name for web builder in the Makefile too.Georg Brandl2008-04-191-8/+10
* Add advice about absolute paths to quickstart config.Georg Brandl2008-04-131-3/+5
* Fix format string.Georg Brandl2008-03-261-1/+1
* Several fixes in the latex processing.Georg Brandl2008-03-261-6/+8
* Don't install scripts twice. Thanks to lunar.Georg Brandl2008-03-231-6/+6
* Python #2465: don't create makefile if not prompted to do so.Georg Brandl2008-03-231-2/+3
* Fix module name.Georg Brandl2008-03-221-1/+1
* Fix a few overlong lines, and use \t instead of literal tabs.Georg Brandl2008-03-211-38/+38
* Make it possible to deactivate the module index.Georg Brandl2008-03-181-0/+6
* Support creating a Makefile in quickstart.Georg Brandl2008-03-181-3/+87
* Some pylint fixes.Georg Brandl2008-03-161-2/+2
* Template dirs are relative to the root.Georg Brandl2008-03-121-4/+7
* Some miscellaneous fixes.Georg Brandl2008-03-091-1/+1
* * Allow registering arbitrary cross-referencing directives/roles.Georg Brandl2008-03-091-3/+7
* Add some labels by default; create a master doc in quickstart.Georg Brandl2008-03-081-22/+78
* * Allow custom static files to be created for the HTML builder.Georg Brandl2008-02-231-3/+30
* Add setup.py, add quickstart script.Georg Brandl2008-02-091-0/+224