summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixes #32. sphinx-quickstart adapted for windowsVsevolod Solovyov2008-11-241-5/+125
* | | Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\ \ \ | | |/ | |/|
| * | Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* | | New builder for Qt help collections, by Antonio Valentino.Georg Brandl2008-12-291-3/+12
* | | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | | The new ``html_show_sourcelink`` config value can be used toGeorg Brandl2008-12-151-2/+2
|/ /
* | Note that the quickstarted conf.py doesn't contain all possible config values.Georg Brandl2008-11-271-0/+3
* | Fix #54: awkward wording in quickstart.Georg Brandl2008-11-241-6/+9
|/
* Remove the win32 check, should be covered by color_terminal.Georg Brandl2008-10-161-2/+2
* Properly escape authors and titles put into quickstart latex_documents setting.Georg Brandl2008-10-161-2/+6
* Add "source_encoding" config value.Georg Brandl2008-10-161-0/+3
* Don't overwrite existing sphinx projects from quickstart.Georg Brandl2008-09-241-0/+13
* Merged revisions 66397 via svnmerge fromGeorg Brandl2008-09-111-2/+2
* Add exclude_dirnames value.Georg Brandl2008-08-101-8/+10
* Add i18n support, thanks to Horst Gutmann.Georg Brandl2008-08-081-2/+5
* Merged revisions 65529 via svnmerge fromGeorg Brandl2008-08-041-1/+3
* Add intersphinx to quickstart.Georg Brandl2008-08-041-2/+14
* Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,...Georg Brandl2008-08-041-10/+23
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...Georg Brandl2008-07-181-8/+12
* Merged revisions 64733,64743,64755,64795,64803 via svnmerge fromGeorg Brandl2008-07-081-1/+10
* Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json f...Armin Ronacher2008-06-261-1/+8
* Removed last "web" bits from the pickle builder.Armin Ronacher2008-06-261-3/+1
* 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