summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* On Py2 environment, conf.py that is generated by sphinx-quickstart should hav...shimizukawa2015-10-261-2/+2
* Fix "make blahblah" on Windows indicate help messages for sphinx-build every ...shimizukawa2015-09-131-2/+2
* Close #1776: ``source_suffix = ['.rst']`` cause unfriendly error on prior ver...shimizukawa2015-03-161-1/+3
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-4/+4
* refactoring for quickstartshimizukawa2015-03-141-14/+13
* Fixed #1773: sphinx-quickstart doesn't accept non-ASCII character as a option...shimizukawa2015-03-141-14/+29
* allows some files/dirs in quickstart destination dir.Shirou WAKAYAMA2015-03-141-4/+29
* pep8 fixesGeorg Brandl2015-03-081-3/+3
* Merge branch 'apple-help' of git://github.com/al45tair/sphinxGeorg Brandl2015-03-081-0/+12
|\
| * Added some additional configuration variables for Apple Help.Alastair Houghton2015-01-151-52/+0
| * Encode the project name using IDNA if necessary.Alastair Houghton2015-01-141-1/+1
| * Added code signing support. Improved error handling. Fixed handle_finish to...Alastair Houghton2015-01-141-0/+13
| * More changes for Apple Help support.Alastair Houghton2015-01-131-5/+11
| * Added initial Apple help support.Alastair Houghton2015-01-131-0/+45
* | Merge branch 'source_suffix'shimizukawa2015-02-271-2/+2
|\ \
| * | source_suffix can now be a list.Georg Brandl2015-02-081-2/+2
* | | refs #1346. Add new default theme.shimizukawa2015-02-241-1/+1
* | | Closes #1735: Use https://doc.python.org/ instead of ``http`` protocol. It w...shimizukawa2015-02-231-1/+1
* | | sphinx-quickstart now has `--use-make-mode` option for generating Makefile th...shimizukawa2015-02-171-3/+14
|/ /
* | Merge pull request #1712 from IanLee1521/qs_todoGeorg Brandl2015-02-081-0/+4
|\ \
| * | Remove unnecessary lines per PR feedbackIan Lee2015-02-071-2/+0
| * | Added insertion of todo_include_todos config option.Ian Lee2015-02-071-0/+6
| |/
* | Reuse project and copyright strings in quickstart configIan Lee2015-02-071-3/+3
* | Reuse master_doc string replacementIan Lee2015-02-071-3/+3
* | Do author string replacement once, and then reuse the variable in quickstart ...Ian Lee2015-02-071-4/+5
|/
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | replace PIL with Pillow.Takayuki Shimizukawa2014-12-031-1/+1
* | fix sphinx-quickstart does not work on python 3.4.shirou2014-10-181-1/+1
* | abort sphinx-quickstart when project path is not a empty directory.Takayuki Shimizukawa2014-10-041-0/+9
* | pull request #299 has been merged. Add documentation for sphinx-quickstart op...Takayuki Shimizukawa2014-10-041-6/+5
* | manage --no-makefile and --no-batchfile in quiet mode.shirou2014-10-021-0/+4
* | add required parameters check and print warning when quiet mode is specified.shirou2014-09-301-0/+7
* | fix overwriting option specified values.shirou2014-09-301-5/+5
* | fix the comments.shirou2014-09-281-33/+50
* | add various options to sphinx-quickstart.shirou2014-09-271-7/+108
* | update CHANGES for pull request #295, #1520.Takayuki Shimizukawa2014-09-261-3/+3
* | Merged in psuter/sphinx/psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-14116...Takayuki Shimizukawa2014-09-261-1/+1
|\ \
| * | Fix ``make.bat latexpdf`` mechanism to ``cd`` back to the build directory. (s...Peter Suter2014-09-251-1/+1
* | | merge with stableTakayuki Shimizukawa2014-09-261-2/+3
|\ \ \ | |/ / |/| / | |/
| * Fix make.bat for make-mode that lack `SOURCEDIR` argument for sphinx-build co...Takayuki Shimizukawa2014-09-261-2/+3
* | Minor PEP8 cleanup.Georg Brandl2014-09-211-7/+16
* | * sync message text in Makefile/make.bat and make-mode.Takayuki 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.Takayuki Shimizukawa2014-04-301-5/+4
* | | use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa2014-04-291-3/+4
* | | use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa2014-04-291-7/+3
* | | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-3/+5
* | | Fix quickstart on Windows with pyreadline (which comes without __doc__)anatoly techtonik2014-03-081-1/+1