summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Collapse)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
| | | | | | The main() funciton in quickstart was ignoring the argv passed as a param, and instead was using the default sys.argv when it was parsing arguments. Fixed this so usage matches other modules like apidoc
* 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
|\ | | | | | | | | | | | | Conflicts: sphinx/domains/cpp.py sphinx/texinputs/sphinx.sty tests/test_build_latex.py
| * Fix #2629. Add new config option ``latex_keep_old_macro_names``jfbu2016-06-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cause of the issue was a clash about ``\titleref`` macro being already defined in memoir class context. To avoid similar problems, this makes the text styling macros ``\strong``, ``\code``, ``\bfcode``, ``\email``, ``\tablecontinued``, ``\titleref``, ``\menuselection``, ``\accelerator``, ``\crossref``, ``\termref``, ``\optional``, also available with ``\sphinx`` prefix, with a conf.py boolean option to let sphinx.sty only define ``\sphinx``-prefixed macros. As default value is False, backwards compatibility is maintained. On this occasion, some internal non-public macros have been renamed with prefix ``\spx@``. The command find . -name '*.sty' -exec grep -l \\\\spx@ {} \; has been executed in TeXLive 2015 and 2016 installations to check no package defines macros starting with ``\spx@``. Some internal macros having public names (because they are written by latex.py into the body of the latex document) have been renamed to have ``\sphinx`` prefix. The macros in sphinx.sty starting with \py@, or \DU, or \PYG have not been modified. Similarly ``\release``, ``\version``, ``\releasename``, etc... have not been renamed.
* | 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
|/ | | | PDF using lualatex or xelatex
* 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
| | | | See also: https://git.io/vgaHi
* 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
|\ | | | | | | | | | | | | Conflicts: CHANGES sphinx/__init__.py sphinx/io.py
| * make conf.py's html_favicon description match docsEricFromCanada2016-02-171-2/+2
| |
* | Merge with stableshimizukawa2016-02-091-0/+1
|\ \ | |/ | | | | | | | | | | Conflicts: sphinx/environment.py sphinx/ext/autodoc.py sphinx/writers/latex.py
| * Fix #2287: `sphinx.transforms.Locale` always uses rst parser. Sphinx i18n ↵shimizukawa2016-02-091-0/+1
| | | | | | | | feature should support parsers that specified source_parsers.
| * 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 None
| * | Fix #2027: ``make epub`` got errors if ``html_title`` is NoneTakeshi KOMIYA2016-01-011-3/+3
| | | | | | | | | | | | | | | | | | Sphinx does not expect setting None value as ``html_title`` in spite of documented. This changed that to deny None value as ``html_title``.
* | | refs #2022: 'Thumbs.db' and '.DS_Store' are added to `exclude_patterns` ↵shimizukawa2016-01-171-1/+5
| | | | | | | | | | | | default values in conf.py that will be provided on sphinx-quickstart.
* | | 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 Pages
| * | | 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
|\ \ \ \ | |/ / / |/| | | add Chinese Search into milestones
| * | | change zh_TW.py to zh.pydaoiqi2015-12-131-2/+3
| | | | | | | | | | | | | | | | it also support Simplified Chinese Search
* | | | 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_fmt
| * | | 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 ↵shimizukawa2015-10-261-2/+2
| | | | | | | | | | | | | | | | have u prefixed config value for 'version' and 'release'.
| * | | Fix "make blahblah" on Windows indicate help messages for sphinx-build every ↵shimizukawa2015-09-131-2/+2
| | |/ | |/| | | | | | | time. Closes #1989
* | | Fix the quotingPradyun2015-08-131-1/+1
| | | | | | | | | Oops!
* | | Indent and Escape quote in MakefilePradyun2015-08-131-2/+2
| | | | | | | | | Small aesthetic changes that makes the Makefile look (and highlight) nicer.
* | | Closes #1956: remove unused import in default conf.pyGeorg Brandl2015-07-241-1/+0
|/ /
* | Close #1776: ``source_suffix = ['.rst']`` cause unfriendly error on prior ↵shimizukawa2015-03-161-1/+3
| | | | | | | | version.
* | Support PEP-440 version spec for developers.shimizukawa2015-03-141-4/+4
| |