Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix #2197: Slightly cryptic error message for missing index.rst file | Takeshi KOMIYA | 2016-01-03 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge with '87998df9cbef2380345d436121e6bca43345d2bd' on stable | shimizukawa | 2016-01-10 | 1 | -48/+25 | |
|\ \ \ | |/ / | | / | |/ |/| | Conflicts: tests/test_build_latex.py | |||||
| * | Fix broken in py3 (for 8a763feb6b92404a4acea0894dc23d4060e9f36e) | Takeshi KOMIYA | 2015-12-27 | 1 | -2/+2 | |
| | | ||||||
| * | Fix flake8 violation | Takeshi KOMIYA | 2015-12-27 | 1 | -1/+1 | |
| | | ||||||
| * | Fix #2189: previous sibling link has broken if previous doc is under nested ↵ | Takeshi KOMIYA | 2015-12-26 | 1 | -55/+23 | |
| | | | | | | | | toctree | |||||
| * | Fix #2189: next sibling link has broken if the file was appeared twice or more | Takeshi KOMIYA | 2015-12-26 | 1 | -3/+10 | |
| | | ||||||
| * | Fix #2189: previous sibling link has broken if the file was appeared twice ↵ | Takeshi KOMIYA | 2015-12-21 | 1 | -0/+2 | |
| | | | | | | | | or more | |||||
* | | Merge branch 'stable' | shimizukawa | 2015-09-13 | 1 | -4/+6 | |
|\ \ | |/ | ||||||
| * | Fix #1994: More supporting non-standard parser (like recommonmark parser) ↵ | shimizukawa | 2015-09-13 | 1 | -4/+6 | |
| | | | | | | | | for Translation and WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils transforming. | |||||
* | | std domain: make sure that ref and doc references have proper classes set | Georg Brandl | 2015-07-25 | 1 | -1/+2 | |
|/ | ||||||
* | Fixes #1834: compatibility for docutils-0.13: handle_io_errors keyword ↵ | shimizukawa | 2015-04-05 | 1 | -2/+0 | |
| | | | | | | argument for docutils.io.FileInput cause TypeError. The argument is already deprecated and no effects from docutils-0.10. | |||||
* | refactoring: move i18n related function from osutil into i18n | shimizukawa | 2015-03-16 | 1 | -1/+2 | |
| | ||||||
* | Fix #1763: Wrong `:numref:` links for `:name:` target on figure, table and ↵ | shimizukawa | 2015-03-09 | 1 | -4/+10 | |
| | | | | code-block directives. | |||||
* | pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -7/+7 | |
| | ||||||
* | Merge branch 'apple-help' of git://github.com/al45tair/sphinx | Georg Brandl | 2015-03-08 | 1 | -1/+1 | |
|\ | ||||||
| * | Added some additional configuration variables for Apple Help. | Alastair Houghton | 2015-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | Removed Apple Help from quickstart conf.py. Added support for .lproj directories with pre-localised files for Apple Help. | |||||
* | | Change the source parsers feature a bit: | Georg Brandl | 2015-03-08 | 1 | -16/+6 | |
| | | | | | | | | | | | | | | * parsers -> source_parsers * add docs * require fully qualified name or class * add test for it | |||||
* | | Merge pull request #1760 from ericholscher/parsers | Georg Brandl | 2015-03-08 | 1 | -1/+35 | |
|\ \ | | | | | | | Parsers | |||||
| * | | Allow passing a class in | Eric Holscher | 2015-02-28 | 1 | -0/+3 | |
| | | | ||||||
| * | | Add support for per-suffix parsers | Matthew Woehlke | 2015-02-28 | 1 | -1/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Override 'read' method in SphinxStandaloneReader to consider the suffix of the file being processed and potentially choose to use a different parser. Add 'parsers' argument to constructor taking a dictionary of suffixes to names of parsers to use for the suffix, as provided by a configuration variable of the same name. This adds the ability to do something like: parsers = {'.md': 'markdown.parsers'} ...to use markdown.parsers.Parser to parse .md files. Note that the custom parser is ONLY used to parse files matching the suffix; otherwise the default (reST) parser is used. | |||||
* | | | refs #1700: now toctree caption become paragraph block instead of Text under ↵ | shimizukawa | 2015-03-08 | 1 | -9/+5 | |
| | | | | | | | | | | | | ul element. and add permalink for toctree caption. | |||||
* | | | rename `name` option for toctree directive to `caption`. | shimizukawa | 2015-03-08 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #1700 from ericholscher/toctree-name | Takayuki SHIMIZUKAWA | 2015-03-08 | 1 | -0/+8 | |
|\ \ \ | |/ / |/| | | Add initial ability to name a TOC Tree | |||||
| * | | Add initial ability to output a name | Eric Holscher | 2015-01-09 | 1 | -0/+8 | |
| |/ | ||||||
* | | Merge branch 'source_suffix' | shimizukawa | 2015-02-27 | 1 | -2/+10 | |
|\ \ | | | | | | | | | | | | | Conflicts: CHANGES | |||||
| * | | source_suffix can now be a list. | Georg Brandl | 2015-02-08 | 1 | -2/+10 | |
| | | | ||||||
* | | | versioning_conditions for uuid/i18n uses is_translatable instead of ↵ | shimizukawa | 2015-02-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | nodes.TextElement directly. | |||||
* | | | refs #1235: i18n: 'literal-block' node can be translated if 'literal-block' ↵ | shimizukawa | 2015-02-22 | 1 | -4/+4 | |
| | | | | | | | | | | | | is set to `gettext_additional_targets`. | |||||
* | | | Fix bug refs #1722. Circler toctree cause infinite loop. | shimizukawa | 2015-02-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | Closes #1722. Restore ``toctree()`` template function behavior that was ↵ | shimizukawa | 2015-02-15 | 1 | -1/+16 | |
|/ / | | | | | | | changed at 1.3b1. | |||||
* | | Ensure genindex output is deterministic. | Chris Lamb | 2015-01-31 | 1 | -3/+7 | |
| | | | | | | | | | | | | See also <https://github.com/sphinx-doc/sphinx/pull/1694> Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||||
* | | The ``env-updated`` event can now return a value, which is interpreted as an ↵ | Georg Brandl | 2015-01-25 | 1 | -2/+6 | |
| | | | | | | | | | | | | iterable of additional docnames that need to be rewritten. (reference: #1683) | |||||
* | | Merge branch 'stable' | Georg Brandl | 2015-01-15 | 1 | -1/+2 | |
|\ \ | |/ |/| | ||||||
| * | Closes #1673: fix crashes with nitpick_ignore and :doc: references. | Georg Brandl | 2015-01-15 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix again. Sections which depth are lower than :tocdepth: should not be ↵ | Takayuki Shimizukawa | 2014-12-05 | 1 | -23/+25 | |
| | | | | | | | | shown on localtoc sidebar. Closes #1251 | |||||
* | | Fix again for fffbcba0b. We should keep original env.update() return value ↵ | Takayuki Shimizukawa | 2014-11-27 | 1 | -1/+1 | |
| | | | | | | | | type as list-of-docnames-that-ordered-in-order-to-read. | |||||
* | | Fix: rebuilding cause crash unexpectedly when source files were added. The ↵ | Takayuki Shimizukawa | 2014-11-25 | 1 | -1/+1 | |
| | | | | | | | | problem appeared at fffbcba0b. | |||||
* | | merge with stable | Georg Brandl | 2014-11-17 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Closes #1372: use https URL for PEPs and RFCs | Georg Brandl | 2014-11-17 | 1 | -2/+2 | |
| | | ||||||
* | | Merged in tk0miya/sphinx (pull request #303) | Takayuki Shimizukawa | 2014-10-09 | 1 | -14/+5 | |
|\ \ | | | | | | | | | | Add :numref: role to refer figures, tables and code-blocks by its fignum | |||||
| * \ | Merge with default | tk0miya | 2014-10-06 | 1 | -3/+4 | |
| |\ \ | ||||||
| * | | | Fix numfig got error if table without title exists | tk0miya | 2014-10-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add :numref: role to refer figures, tables and code-blocks by its fignum | tk0miya | 2014-10-01 | 1 | -14/+5 | |
| | | | | ||||||
* | | | | Merged in shimizukawa/sphinx (pull request #305) | Takayuki Shimizukawa | 2014-10-09 | 1 | -11/+15 | |
|\ \ \ \ | |_|/ / |/| | | | | | | | gettext speed-up. closes #1426 | |||||
| * | | | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If ↵ | Takayuki Shimizukawa | 2014-10-05 | 1 | -11/+15 | |
| |/ / | | | | | | | | | | False, also levenshtein calculation is disabled. refs #1426 | |||||
* | | | Fix environment handling for the fignum changes. | Georg Brandl | 2014-10-06 | 1 | -3/+4 | |
|/ / | ||||||
* | | Refactor has_child() function (by review) | tk0miya | 2014-09-27 | 1 | -5/+1 | |
| | | ||||||
* | | Fix assign_figure_numbers() raises AttributeError with old environment | tk0miya | 2014-09-27 | 1 | -1/+1 | |
| | |