summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* quickstart: do_prompt() allows empty string as default valueTakeshi KOMIYA2016-08-251-1/+1
* 2894 Fixed argument parsing for quickstart mainTucker Beck2016-08-241-1/+1
* Use make-mode of ``sphinx-quickstart`` by defaultTakeshi KOMIYA2016-08-131-0/+1
* Jinja2-ize quickstartTakeshi KOMIYA2016-07-261-1062/+20
* `sphinx-quickstart` now allows a project version is emptyTakeshi KOMIYA2016-07-211-6/+11
* Support multiple LaTeX engines through `latex_engine`Takeshi KOMIYA2016-07-191-16/+0
* Fix descriptions of make targetsTakeshi KOMIYA2016-06-201-2/+2
* Merge branch 'stable'jfbu2016-06-151-0/+6
|\
| * Fix #2629. Add new config option ``latex_keep_old_macro_names``jfbu2016-06-151-0/+6
* | Fix PEP-8 violation present in generated codeJason Dusek2016-05-281-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2016-05-261-20/+0
|\ \ | |/
| * Fix #2512: generated Makefile causes BSD make crashed if sphinx-build not foundTakeshi KOMIYA2016-05-211-20/+0
* | Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-4/+1
* | Close #894: Add ``lualatexpdf`` and ``xelatexpdf`` as a make target to build ...Takeshi KOMIYA2016-04-211-26/+42
|/
* Fix pep8 violation (F401) on conf.pyTakeshi KOMIYA2016-04-151-3/+2
* Fix pep8 violation (E122) on conf.pyTakeshi KOMIYA2016-04-151-12/+12
* Add newline below comments in quickstartTony Narlock2016-04-151-0/+62
* quickstart-build: add space to comments to suppress E265 on conf.py of projects.Tony Narlock2016-04-151-65/+65
* Fix #2408: dummy builder not available in Makefile and make.batshimizukawa2016-04-021-0/+16
* Merge with 'stable'shimizukawa2016-02-291-2/+2
|\
| * make conf.py's html_favicon description match docsEricFromCanada2016-02-171-2/+2
* | Merge with stableshimizukawa2016-02-091-0/+1
|\ \ | |/
| * Fix #2287: `sphinx.transforms.Locale` always uses rst parser. Sphinx i18n fea...shimizukawa2016-02-091-0/+1
| * Fix typo in quickstartJakub Wilk2016-01-221-1/+1
* | Add EPUB 3 builder.SHIMIZU Taku2016-02-071-0/+16
* | Fix #2022: html_extra_path also copies dotfiles and refers exclude_patternsTakeshi KOMIYA2016-01-241-0/+1
* | Fix typo in quickstartJakub Wilk2016-01-211-1/+1
* | Merge pull request #2208 from tk0miya/2027_html_title_only_accepts_stringTakeshi KOMIYA2016-01-171-3/+3
|\ \
| * | Fix #2027: ``make epub`` got errors if ``html_title`` is NoneTakeshi KOMIYA2016-01-011-3/+3
* | | refs #2022: 'Thumbs.db' and '.DS_Store' are added to `exclude_patterns` defau...shimizukawa2016-01-171-1/+5
* | | Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\ \ \ | | |/ | |/|
| * | Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* | | Merge branch 'stable'Takeshi KOMIYA2016-01-111-12/+35
|\ \ \ | |/ /
| * | Fix #1894: Unlisted phony targets in quickstart MakefileTakeshi KOMIYA2016-01-041-3/+26
| * | Make ``conf.py`` less flake8 warnings (ref #1817, #2077)Takeshi KOMIYA2016-01-021-10/+9
* | | Merge pull request #2214 from tk0miya/2203_sphinx.ext.githubpagesTakeshi KOMIYA2016-01-061-1/+4
|\ \ \
| * | | Add sphinx.ext.githubpages to publish the docs on GitHub PagesTakeshi KOMIYA2016-01-061-1/+4
* | | | Merge pull request #2170 from daoiqi/zh-searchGeorg Brandl2016-01-061-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | change zh_TW.py to zh.pydaoiqi2015-12-131-2/+3
* | | | Replace pngmath with imgmath in quickstart.Hong Xu2015-12-291-8/+8
| |_|/ |/| |
* | | Merge pull request #1757 from hemmecke/masterTakayuki SHIMIZUKAWA2015-12-091-3/+4
|\ \ \
| * | | fix unclear documentation for html_last_updated_fmtRalf Hemmecke2015-03-071-3/+4
* | | | Merge branch 'stable'shimizukawa2015-11-151-4/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
| | |/ | |/|
* | | Fix the quotingPradyun2015-08-131-1/+1
* | | Indent and Escape quote in MakefilePradyun2015-08-131-2/+2
* | | Closes #1956: remove unused import in default conf.pyGeorg Brandl2015-07-241-1/+0
|/ /
* | 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