Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | quickstart: do_prompt() allows empty string as default value | Takeshi KOMIYA | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | 2894 Fixed argument parsing for quickstart main | Tucker Beck | 2016-08-24 | 1 | -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 default | Takeshi KOMIYA | 2016-08-13 | 1 | -0/+1 |
| | |||||
* | Jinja2-ize quickstart | Takeshi KOMIYA | 2016-07-26 | 1 | -1062/+20 |
| | |||||
* | `sphinx-quickstart` now allows a project version is empty | Takeshi KOMIYA | 2016-07-21 | 1 | -6/+11 |
| | |||||
* | Support multiple LaTeX engines through `latex_engine` | Takeshi KOMIYA | 2016-07-19 | 1 | -16/+0 |
| | |||||
* | Fix descriptions of make targets | Takeshi KOMIYA | 2016-06-20 | 1 | -2/+2 |
| | |||||
* | Merge branch 'stable' | jfbu | 2016-06-15 | 1 | -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`` | jfbu | 2016-06-15 | 1 | -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 code | Jason Dusek | 2016-05-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-05-26 | 1 | -20/+0 |
|\ \ | |/ | |||||
| * | Fix #2512: generated Makefile causes BSD make crashed if sphinx-build not found | Takeshi KOMIYA | 2016-05-21 | 1 | -20/+0 |
| | | |||||
* | | Refactor code using ``with`` syntax | Takeshi KOMIYA | 2016-05-26 | 1 | -4/+1 |
| | | |||||
* | | Close #894: Add ``lualatexpdf`` and ``xelatexpdf`` as a make target to build ↵ | Takeshi KOMIYA | 2016-04-21 | 1 | -26/+42 |
|/ | | | | PDF using lualatex or xelatex | ||||
* | Fix pep8 violation (F401) on conf.py | Takeshi KOMIYA | 2016-04-15 | 1 | -3/+2 |
| | |||||
* | Fix pep8 violation (E122) on conf.py | Takeshi KOMIYA | 2016-04-15 | 1 | -12/+12 |
| | |||||
* | Add newline below comments in quickstart | Tony Narlock | 2016-04-15 | 1 | -0/+62 |
| | | | | See also: https://git.io/vgaHi | ||||
* | quickstart-build: add space to comments to suppress E265 on conf.py of projects. | Tony Narlock | 2016-04-15 | 1 | -65/+65 |
| | |||||
* | Fix #2408: dummy builder not available in Makefile and make.bat | shimizukawa | 2016-04-02 | 1 | -0/+16 |
| | |||||
* | Merge with 'stable' | shimizukawa | 2016-02-29 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Conflicts: CHANGES sphinx/__init__.py sphinx/io.py | ||||
| * | make conf.py's html_favicon description match docs | EricFromCanada | 2016-02-17 | 1 | -2/+2 |
| | | |||||
* | | Merge with stable | shimizukawa | 2016-02-09 | 1 | -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 ↵ | shimizukawa | 2016-02-09 | 1 | -0/+1 |
| | | | | | | | | feature should support parsers that specified source_parsers. | ||||
| * | Fix typo in quickstart | Jakub Wilk | 2016-01-22 | 1 | -1/+1 |
| | | |||||
* | | Add EPUB 3 builder. | SHIMIZU Taku | 2016-02-07 | 1 | -0/+16 |
| | | |||||
* | | Fix #2022: html_extra_path also copies dotfiles and refers exclude_patterns | Takeshi KOMIYA | 2016-01-24 | 1 | -0/+1 |
| | | |||||
* | | Fix typo in quickstart | Jakub Wilk | 2016-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2208 from tk0miya/2027_html_title_only_accepts_string | Takeshi KOMIYA | 2016-01-17 | 1 | -3/+3 |
|\ \ | | | | | | | Fix #2027: ``make epub`` got errors if ``html_title`` is None | ||||
| * | | Fix #2027: ``make epub`` got errors if ``html_title`` is None | Takeshi KOMIYA | 2016-01-01 | 1 | -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` ↵ | shimizukawa | 2016-01-17 | 1 | -1/+5 |
| | | | | | | | | | | | | default values in conf.py that will be provided on sphinx-quickstart. | ||||
* | | | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'stable' | Takeshi KOMIYA | 2016-01-11 | 1 | -12/+35 |
|\ \ \ | |/ / | |||||
| * | | Fix #1894: Unlisted phony targets in quickstart Makefile | Takeshi KOMIYA | 2016-01-04 | 1 | -3/+26 |
| | | | |||||
| * | | Make ``conf.py`` less flake8 warnings (ref #1817, #2077) | Takeshi KOMIYA | 2016-01-02 | 1 | -10/+9 |
| | | | |||||
* | | | Merge pull request #2214 from tk0miya/2203_sphinx.ext.githubpages | Takeshi KOMIYA | 2016-01-06 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | Add sphinx.ext.githubpages to publish the docs on GitHub Pages | ||||
| * | | | Add sphinx.ext.githubpages to publish the docs on GitHub Pages | Takeshi KOMIYA | 2016-01-06 | 1 | -1/+4 |
| | | | | |||||
* | | | | Merge pull request #2170 from daoiqi/zh-search | Georg Brandl | 2016-01-06 | 1 | -2/+3 |
|\ \ \ \ | |/ / / |/| | | | add Chinese Search into milestones | ||||
| * | | | change zh_TW.py to zh.py | daoiqi | 2015-12-13 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | it also support Simplified Chinese Search | ||||
* | | | | Replace pngmath with imgmath in quickstart. | Hong Xu | 2015-12-29 | 1 | -8/+8 |
| |_|/ |/| | | |||||
* | | | Merge pull request #1757 from hemmecke/master | Takayuki SHIMIZUKAWA | 2015-12-09 | 1 | -3/+4 |
|\ \ \ | | | | | | | | | fix unclear documentation for html_last_updated_fmt | ||||
| * | | | fix unclear documentation for html_last_updated_fmt | Ralf Hemmecke | 2015-03-07 | 1 | -3/+4 |
| | | | | |||||
* | | | | Merge branch 'stable' | shimizukawa | 2015-11-15 | 1 | -4/+4 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | On Py2 environment, conf.py that is generated by sphinx-quickstart should ↵ | shimizukawa | 2015-10-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | have u prefixed config value for 'version' and 'release'. | ||||
| * | | | Fix "make blahblah" on Windows indicate help messages for sphinx-build every ↵ | shimizukawa | 2015-09-13 | 1 | -2/+2 |
| | |/ | |/| | | | | | | | time. Closes #1989 | ||||
* | | | Fix the quoting | Pradyun | 2015-08-13 | 1 | -1/+1 |
| | | | | | | | | | Oops! | ||||
* | | | Indent and Escape quote in Makefile | Pradyun | 2015-08-13 | 1 | -2/+2 |
| | | | | | | | | | Small aesthetic changes that makes the Makefile look (and highlight) nicer. | ||||
* | | | Closes #1956: remove unused import in default conf.py | Georg Brandl | 2015-07-24 | 1 | -1/+0 |
|/ / | |||||
* | | Close #1776: ``source_suffix = ['.rst']`` cause unfriendly error on prior ↵ | shimizukawa | 2015-03-16 | 1 | -1/+3 |
| | | | | | | | | version. | ||||
* | | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -4/+4 |
| | |