summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Make mode: refactor using a class and add source dir to the makefileGeorg Brandl2014-01-191-5/+9
| * | | Add "make mode" to sphinx-build, invoked by the -M flag.Georg Brandl2014-01-111-0/+66
* | | | merge headsTakayuki Shimizukawa2014-01-151-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa2013-12-151-1/+1
* | | | Prompt for the document language in sphinx-quickstart.Georg Brandl2014-01-111-2/+18
| |/ / |/| |
* | | Add "search.html" to epub exclusion out of the box.Georg Brandl2014-01-111-1/+1
* | | quickstart: for y/n questions there is no need to highlight default value by ...Georg Brandl2014-01-111-13/+13
|/ /
* | Merged in alimony/sphinx/add_missing_epub_options (pull request #170)Takayuki Shimizukawa2013-09-231-0/+9
|\ \
| * | Add two missing epub options to the default conf.pyMarkus Amalthea Magnuson2013-09-221-0/+9
* | | Merged in erikb85/sphinx (pull request #154)Takayuki Shimizukawa2013-09-231-1/+1
|\ \ \ | |/ / |/| |
| * | Make sure people know that they can actually use other document classes now.Erik Bernoth2013-09-231-1/+1
| |/
* | Add and document html_extra_path option.Matthias C. M. Troffaes2013-08-221-0/+5
|/
* Fix "Title underline is short" WARNING is given when using fullwidth characte...Takayuki Shimizukawa2013-06-091-1/+3
* Fix sphinx-quickstart raises UnicodeEncodeError if "Project version" includes...Takayuki Shimizukawa2013-06-091-2/+17
* PEP8tify conf.py generated by sphinx-quickstartTakafumi Arakaki2013-04-201-13/+23
* Merge with birkenfeld/sphinxRoland Meister2013-04-031-13/+8
|\
| * Merged in rolmei/sphinx-epub (pull request #126)Roland Meister2013-04-031-0/+3
| |\
| * | quickstart: simplify the check for the "sphinx-build" command in the MakefileGeorg Brandl2013-03-291-13/+8
* | | New 'footnote' setting for epub_show_links.Roland Meister2013-03-111-1/+1
| |/ |/|
* | Add new setting epub_tocscope for epub builder.Roland Meister2013-03-061-0/+3
|/
* epub_use_index instead of html_use_index for epub builder (Issue #1106)Roland Meister2013-03-061-0/+3
* Closes #1110: Add new config value texinfo_no_detailmenu and do not generate ...Jonathan Waltman2013-02-191-0/+3
* Add stub for the `keep_warnings` config value in quickstart's conf.pyJonathan Waltman2013-02-191-0/+3
* fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix.Takayuki Shimizukawa2013-02-101-15/+15
* remove a empty line.shirou2013-02-101-1/+0
* add "epub_show_urls" option to doc and quickstart.shirou2013-02-091-0/+4
* Fix pyflakes issues.Georg Brandl2013-01-131-4/+3
* Copyright update.Georg Brandl2013-01-011-1/+1
* Closes #1065: in Makefiles, ignore errors in "rm" using the -f flag, not a "-...Georg Brandl2012-12-311-1/+1
* Add Docutils-native XML and pseudo-XML buildersJonathan Waltman2012-12-041-1/+31
* fix: sphinx-quickstart asks again and again Y|N because input() return value ...Takayuki Shimizukawa2012-11-281-1/+1
* Closes #1024: 'command not found' status code is 127.Takayuki Shimizukawa2012-11-091-1/+1
* Closes #1024: Makefile improve error message if Sphinx is not foundTakayuki Shimizukawa2012-11-071-0/+15
* #1024 make.bat improve error message if Sphinx is not foundTakayuki Shimizukawa2012-11-071-9/+9
* Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-041-1/+1
* Remove trailing whitespace.Jonathan Waltman2012-11-031-1/+1
* merge headsGeorg Brandl2012-11-031-1/+1
|\
| * Fix whitespace / line length issues reported by "make test"Jonathan Waltman2012-11-031-1/+1
* | make.bat: improve error message if Sphinx is not foundanatoly techtonik2012-11-031-0/+14
|/
* 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-85/+149
|\
| * 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