summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* replace PIL with Pillow.shimizukawa2014-12-031-1/+1
* fix sphinx-quickstart does not work on python 3.4.WAKAYAMA Shirou2014-10-181-1/+1
* abort sphinx-quickstart when project path is not a empty directory.shimizukawa2014-10-041-0/+9
* pull request #299 has been merged. Add documentation for sphinx-quickstart op...shimizukawa2014-10-041-6/+5
* manage --no-makefile and --no-batchfile in quiet mode.WAKAYAMA Shirou2014-10-021-0/+4
* add required parameters check and print warning when quiet mode is specified.WAKAYAMA Shirou2014-09-301-0/+7
* fix overwriting option specified values.WAKAYAMA Shirou2014-09-301-5/+5
* fix the comments.WAKAYAMA Shirou2014-09-281-33/+50
* add various options to sphinx-quickstart.WAKAYAMA Shirou2014-09-271-7/+108
* update CHANGES for pull request #295, #1520.shimizukawa2014-09-261-3/+3
* Merged in psuter/sphinx/psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-14116...Takayuki Shimizukawa2014-09-261-2/+3
|\
| * merge with stableshimizukawa2014-09-261-75/+157
| |\
| * | Fix make.bat for make-mode that lack `SOURCEDIR` argument for sphinx-build co...shimizukawa2014-09-261-2/+3
* | | Fix ``make.bat latexpdf`` mechanism to ``cd`` back to the build directory. (s...Peter Suter2014-09-251-1/+1
| |/ |/|
* | Minor PEP8 cleanup.Georg Brandl2014-09-211-7/+16
* | * sync message text in Makefile/make.bat and make-mode.shimizukawa2014-07-051-4/+4
* | Merged in mcmtroffaes/sphinx-make-coverage (pull request #159)Takayuki Shimizukawa2014-07-051-1/+17
|\ \
| * | Add coverage targets in quickstart generated Makefile and make.bat.Matthias C. M. Troffaes2013-08-221-1/+17
* | | remove 'six' name except importing line.shimizukawa2014-04-301-5/+4
* | | use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-3/+4
* | | use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-291-7/+3
* | | introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-3/+5
* | | 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
|\ \