summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Add Docutils-native XML and pseudo-XML buildersJon Waltman2012-12-041-1/+31
* fix: sphinx-quickstart asks again and again Y|N because input() return value ...shimizukawa2012-11-281-1/+1
* Closes #1024: 'command not found' status code is 127.shimizukawa2012-11-091-1/+1
* Closes #1024: Makefile improve error message if Sphinx is not foundshimizukawa2012-11-071-0/+15
* #1024 make.bat improve error message if Sphinx is not foundshimizukawa2012-11-071-9/+9
* Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-041-1/+1
* Remove trailing whitespace.Jon Waltman2012-11-031-1/+1
* merge headsGeorg Brandl2012-11-031-0/+14
|\
| * make.bat: improve error message if Sphinx is not foundanatoly techtonik2012-11-031-0/+14
* | Fix whitespace / line length issues reported by "make test"Jon Waltman2012-11-031-1/+1
|/
* add latexpdfja target for Makefile/make.batAkihiro Uchida2011-11-091-0/+27
* Add documentation and automatic entries for the guide elementRoland Meister2012-02-281-0/+3
* Merge with birkenfeld/sphinxRoland Meister2012-02-131-0/+6
|\
| * Merge with birkenfeld/sphinx.Roland Meister2011-05-231-1/+8
| |\
| * \ Merge with birkenfeld/sphinx.Roland Meister2011-02-281-0/+6
| |\ \
| | * | Added epub_max_image_width configuration option.Roland Meister2011-02-281-0/+3
| | * | Added epub_fix_images configuration optionRoland Meister2011-02-271-0/+3
* | | | Fix overlong lines.Georg Brandl2011-11-011-2/+3
* | | | Satisfy "make check".Georg Brandl2011-10-091-2/+2
* | | | Do not overwrite files without -f given.Georg Brandl2011-10-071-13/+17
* | | | Optionally create a full quickstart project in apidoc.Georg Brandl2011-10-071-3/+12
* | | | Split user queries and file generation in quickstart into two functions.Georg Brandl2011-10-071-56/+103
* | | | Offer mathjax instead of jsmath in quickstart.Georg Brandl2011-10-071-5/+5
* | | | Merge with 1.0.Georg Brandl2011-09-211-1/+1
|\ \ \ \
| * | | | Fix #700: use $(MAKE) in quickstart-generated makefile.Georg Brandl2011-09-211-1/+1
* | | | | Closes #760: Escape project name in man/texinfo configuration.Robert Lehmann2011-09-161-4/+5
* | | | | Don't use deprecated values in the template conf.py (issue732)Benoit Allard2011-07-141-6/+8
| |_|_|/ |/| | |
* | | | Add :confval:`texinfo_show_urls`.Jon Waltman2011-03-061-0/+3
* | | | Document :confval:`texinfo_domain_indices` and update quickstart.Jon Waltman2011-02-231-1/+5
| |/ / |/| |
* | | Rename "intl" module to "gettext", to make it easier to find. Distinguish en...Georg Brandl2011-01-081-3/+6
* | | merge with bb+http://jonathanj/sphinxGeorg Brandl2011-01-041-0/+3
|\ \ \
| * | | Implement "man_show_urls" configuration option to show the URL after external...Jonathan Jacobs2010-10-241-0/+3
* | | | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | New year update.Georg Brandl2011-01-041-1/+1
* | | | Allow giving root dir to quickstart as an argument.Georg Brandl2010-12-031-2/+12
| |/ / |/| |
* | | Add texinfo target to make.bat.Georg Brandl2010-10-221-0/+10
* | | merge with 1.0Georg Brandl2010-10-221-23/+96
|\ \ \ | |/ / |/| |
| * | Remove unused imports and clean upJon Waltman2010-09-201-3/+2
| * | Update config for TexinfoJon Waltman2010-09-161-0/+29
| * | merge with http://bitbucket.org/rolmei/sphinx-epub/Georg Brandl2010-08-261-23/+65
| |\ \ | | |/ | |/|
| | * merge with trunkRobert Lehmann2010-08-171-25/+56
| | |\
| | | * Run 2to3 on config files which contain Python 2.x unicode literals.Georg Brandl2010-07-301-1/+7
| | | * Fix raw_input which is not converted by 2to3 if not called.Georg Brandl2010-07-281-2/+6
| | | * Fix SyntaxError in config generated by quickstart and the quickstart testDasIch2010-05-281-1/+13
| | | * Make it easier for the test suite to override raw_input for test_quickstart.Georg Brandl2010-07-281-1/+4
| | | * Fix wrong qualified name.Georg Brandl2010-07-281-4/+4
| | | * Use codecs.open().Georg Brandl2010-07-281-6/+5
| | | * Check for unicode before trying to decode input from raw_input. Also useDaniel Neuh?user2010-05-081-19/+23
| | * | merge with trunkRobert Lehmann2010-06-231-1/+15
| | |\ \
| | | * \ merge with trunkRobert Lehmann2010-05-301-3/+9
| | | |\ \