summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Fix quickstart on Windows with pyreadline (which comes without __doc__)anatoly techtonik2014-03-081-1/+1
* Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-041-1/+14
|\
| * merge defaultYoshiki Shibukawa2014-01-221-4/+71
| |\
| * | Add html_search_* options templates to conf.pyYoshiki Shibukawa2014-01-201-1/+17
* | | merge with stableGeorg Brandl2014-03-021-56/+102
|\ \ \
| * \ \ Merged in erny1803/sphinx (pull request #227)Georg Brandl2014-03-011-0/+3
| |\ \ \
| | * | | Allow alternative float options for figure. See #1. no-pep8Ernesto Revilla2014-02-201-0/+3
| * | | | Merged in techtonik/sphinx (pull request #223)Georg Brandl2014-03-011-1/+16
| |\ \ \ \
| | * \ \ \ Merged in techtonik/sphinx (pull request #222)Georg Brandl2014-03-011-0/+11
| | |\ \ \ \
| | | * \ \ \ Update copyright year.Georg Brandl2014-03-011-56/+84
| | | |\ \ \ \
| | | | * \ \ \ Merged in wvi/sphinx/quick-start-readline (pull request #225)Georg Brandl2014-03-011-0/+10
| | | | |\ \ \ \
| | | | | * | | | Add readline support in quickstart.wvi2014-02-201-0/+10
| | | | | |/ / /
| | | | * | | | Accept "~" shorthand in quickstart paths.Georg Brandl2014-03-011-0/+1
| | | | |/ / /
| | * | | | | Make 'python -m sphinx.quickstart' possibleanatoly techtonik2014-02-121-1/+5
| | | |/ / / | | |/| | |
| * | | | | make.bat: Try to find Sphinx through Python if it can not be foundanatoly techtonik2014-02-121-0/+11
| |/ / / /
| * | | | MergeDmitry Shachnev2014-01-201-55/+56
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-55/+56
| * | | | merge with stableGeorg Brandl2014-01-191-3/+19
| |\ \ \ \ | | |/ / /
| | * | | merge headsshimizukawa2014-01-151-16/+32
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Prompt for the document language in sphinx-quickstart.Georg Brandl2014-01-111-2/+18
| | * | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-1/+1
* | | | | Closes #1391: Actually prevent using "pngmath" and "mathjax" extensions at th...Georg Brandl2014-03-011-0/+1
| |_|_|/ |/| | |
* | | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ / /
* | | 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
| |/ |/|
* | 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-1/+1
|\
| * 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 two missing epub options to the default conf.pyMarkus Amalthea Magnuson2013-09-221-0/+9
|/ /
* | 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...shimizukawa2013-06-091-1/+3
* Fix sphinx-quickstart raises UnicodeEncodeError if "Project version" includes...shimizukawa2013-06-091-2/+17
* PEP8tify conf.py generated by sphinx-quickstartTakafumi Arakaki2013-04-201-13/+23
* Merge with birkenfeld/sphinxRoland Meister2013-04-031-1/+1
|\
| * New 'footnote' setting for epub_show_links.Roland Meister2013-03-111-1/+1
* | Merged in rolmei/sphinx-epub (pull request #126)Roland Meister2013-04-031-13/+8
|\ \ | |/ |/|
| * quickstart: simplify the check for the "sphinx-build" command in the MakefileGeorg Brandl2013-03-291-13/+8
* | 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.shimizukawa2013-02-101-15/+15
* remove a empty line.WAKAYAMA Shirou2013-02-101-1/+0
* add "epub_show_urls" option to doc and quickstart.WAKAYAMA 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 buildersJon Waltman2012-12-041-1/+31