Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | refactoring for quickstart | shimizukawa | 2015-03-14 | 1 | -14/+13 | |
| | | ||||||
* | | Fixed #1773: sphinx-quickstart doesn't accept non-ASCII character as a ↵ | shimizukawa | 2015-03-14 | 1 | -14/+29 | |
| | | | | | | | | option argument. | |||||
* | | allows some files/dirs in quickstart destination dir. | Shirou WAKAYAMA | 2015-03-14 | 1 | -4/+29 | |
| | | | | | | | | | | * add _static, _templates, source and master file with suffix. * add check about files under 'source' along with 'sep' is specified or not. | |||||
* | | pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch 'apple-help' of git://github.com/al45tair/sphinx | Georg Brandl | 2015-03-08 | 1 | -0/+12 | |
|\ \ | |/ |/| | ||||||
| * | Added some additional configuration variables for Apple Help. | Alastair Houghton | 2015-01-15 | 1 | -52/+0 | |
| | | | | | | | | | | Removed Apple Help from quickstart conf.py. Added support for .lproj directories with pre-localised files for Apple Help. | |||||
| * | Encode the project name using IDNA if necessary. | Alastair Houghton | 2015-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | Added code signing support. Improved error handling. Fixed handle_finish ↵ | Alastair Houghton | 2015-01-14 | 1 | -0/+13 | |
| | | | | | | | | to work as it's supposed to. | |||||
| * | More changes for Apple Help support. | Alastair Houghton | 2015-01-13 | 1 | -5/+11 | |
| | | ||||||
| * | Added initial Apple help support. | Alastair Houghton | 2015-01-13 | 1 | -0/+45 | |
| | | ||||||
* | | Merge branch 'source_suffix' | shimizukawa | 2015-02-27 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | | | | Conflicts: CHANGES | |||||
| * | | source_suffix can now be a list. | Georg Brandl | 2015-02-08 | 1 | -2/+2 | |
| | | | ||||||
* | | | refs #1346. Add new default theme. | shimizukawa | 2015-02-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename 'default' theme to 'classic'. - rename `themes/default` to `themes/classic` - add new `themes/default` theme that derives from 'classic' theme for compatibility. - setup.py depends to 'alabaster' and 'rtd' theme. - theming.py import and run `alabaster.get_path()` to append path for alabaster theme. - theming.py also import and run `sphinx_rtd_theme.get_html_theme_path()` to append path. - sphinx-quickstart will generate `html_theme = 'alabaster'`. - If user use 'default', sphinx emit notice (WARNING) suggestion to use 'alabaster' or use 'classic'. - add documentation for new alabaster and readthedoc theme and link to original pages: - https://pypi.python.org/pypi/alabaster - https://pypi.python.org/pypi/sphinx_rtd_theme | |||||
* | | | Closes #1735: Use https://doc.python.org/ instead of ``http`` protocol. It ↵ | shimizukawa | 2015-02-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | was used for `sphinx.ext.intersphinx` and some documentation. | |||||
* | | | sphinx-quickstart now has `--use-make-mode` option for generating Makefile ↵ | shimizukawa | 2015-02-17 | 1 | -3/+14 | |
|/ / | | | | | | | that use sphinx make-mode. |