summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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
|/ /