Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate indexentries manager to sphinx.environment.manager.indexentries | Takeshi KOMIYA | 2016-10-11 | 1 | -1797/+0 |
| | |||||
* | Refactor: move process_only_nodes() to sphinx.util.nodes | Takeshi KOMIYA | 2016-10-11 | 1 | -22/+5 |
| | |||||
* | Uninstall sphinx directives and roles of domains after build | Takeshi KOMIYA | 2016-09-21 | 1 | -81/+29 |
| | |||||
* | Refactor sphinx.environment: Reimplemnt process_refonly_bullet_lists() as a ↵ | Takeshi KOMIYA | 2016-09-15 | 1 | -62/+0 |
| | | | | transform | ||||
* | Refactor sphinx.environment: Reimplement filter_messages() as a transform | Takeshi KOMIYA | 2016-09-15 | 1 | -9/+0 |
| | |||||
* | Use new style python classes | Takeshi KOMIYA | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | Preserve filename and line number for meta nodes | Takeshi KOMIYA | 2016-09-01 | 1 | -4/+0 |
| | |||||
* | Fix #1734: Could not translate the caption of toctree directive | Takeshi KOMIYA | 2016-09-01 | 1 | -1/+9 |
| | |||||
* | std domain handles citations | Takeshi KOMIYA | 2016-08-16 | 1 | -43/+2 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2016-07-02 | 1 | -2/+7 |
|\ | |||||
| * | Fix #2718: Sphinx crashes if the document file is not readable | Takeshi KOMIYA | 2016-07-02 | 1 | -2/+7 |
| | | |||||
* | | Merge pull request #2644 from pfultz2/refdoc | Takeshi KOMIYA | 2016-07-02 | 1 | -8/+7 |
|\ \ | | | | | | | Make refdoc attribute optional for pending_xref nodes | ||||
| * | | Make refdoc attribute optional for pending_xref nodes | Paul | 2016-06-08 | 1 | -8/+7 |
| | | | |||||
* | | | Fix warning in CHANGES | Takeshi KOMIYA | 2016-06-25 | 1 | -1/+7 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix #2705: `toctree` generates empty bullet_list if ``:titlesonly:`` specified | Takeshi KOMIYA | 2016-06-23 | 1 | -1/+7 |
| | | | |||||
* | | | Merge branch 'stable' | Takeshi KOMIYA | 2016-06-10 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Increment ENV_VERSION (ref: #2631) | Takeshi KOMIYA | 2016-06-08 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-06-05 | 1 | -0/+28 |
|\ \ | |/ | |||||
| * | Suppress "document isn't included in any toctree" warning if the document is ↵ | Takeshi KOMIYA | 2016-05-31 | 1 | -0/+28 |
| | | | | | | | | included (ref: #2603) | ||||
* | | Refactor code using ``with`` syntax | Takeshi KOMIYA | 2016-05-26 | 1 | -21/+6 |
|/ | |||||
* | Fix Sphinx crashes if self referenced toctree found | Takeshi KOMIYA | 2016-04-22 | 1 | -0/+4 |
| | |||||
* | Fix #2466: Allow image.data_uri and image.nonlocal_uri as confval of ↵ | Takeshi KOMIYA | 2016-04-22 | 1 | -2/+4 |
| | | | | suppress_warnings | ||||
* | Increment ENV_VERSION for #2456 | Takeshi KOMIYA | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Fix #2407: building docs crash if document includes large data image URIs | Takeshi KOMIYA | 2016-04-16 | 1 | -1/+5 |
| | |||||
* | Fix unpack warning if combinated with 3rd party domain extensions | Takeshi KOMIYA | 2016-03-08 | 1 | -3/+8 |
| | |||||
* | Fix #2368: Ignore emacs lock files like ``.#foo.rst`` by default. | Takeshi KOMIYA | 2016-03-06 | 1 | -1/+1 |
| | |||||
* | Merge branch '2229_suppress_warnings' | Takeshi KOMIYA | 2016-03-03 | 1 | -8/+8 |
|\ | |||||
| * | Add :confval:`suppress_warnings` to supress arbitrary warning message | Takeshi KOMIYA | 2016-02-23 | 1 | -1/+1 |
| | | |||||
| * | Refactor: all of warnfuncs bypasses kwargs to Sphinx.warn() | Takeshi KOMIYA | 2016-02-23 | 1 | -7/+7 |
| | | |||||
* | | #2364: Fix KeyError rootSymbol on Sphinx upgrade from older version. | Takeshi KOMIYA | 2016-03-03 | 1 | -1/+1 |
|/ | |||||
* | Fix #1921: Support figure substitutions by locale | Takeshi KOMIYA | 2016-02-22 | 1 | -13/+31 |
| | |||||
* | Select an image by similarity if multiple images are globbed by ``.. image:: ↵ | Takeshi KOMIYA | 2016-02-22 | 1 | -1/+4 |
| | | | | | | | | filename.*`` Until this point, it is used the last image returned from glob.glob(). The order of glob.glob() is determined by filesystem. After this, Sphinx uses filename similarity to determine the image. | ||||
* | Refactor: guess_mimetype() | Takeshi KOMIYA | 2016-02-22 | 1 | -17/+8 |
| | |||||
* | Fix #2329: Refresh environment forcely if source directory has changed | Takeshi KOMIYA | 2016-02-20 | 1 | -1/+3 |
| | |||||
* | classifier of glossary terms can be used for index entries grouping key. The ↵ | shimizukawa | 2016-02-14 | 1 | -22/+27 |
| | | | | classifier also be used for translation. See also :ref:`glossary-directive`. | ||||
* | Refactor numfig: Move core implementation to std domain | Takeshi KOMIYA | 2016-02-14 | 1 | -2/+2 |
| | |||||
* | Override figure directive to apply :name: option to the figure itself | Takeshi KOMIYA | 2016-02-14 | 1 | -6/+1 |
| | |||||
* | fix flake8 | shimizukawa | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Merge with stable | shimizukawa | 2016-02-09 | 1 | -86/+7 |
|\ | | | | | | | | | | | | | 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 | -78/+5 |
| | | | | | | | | feature should support parsers that specified source_parsers. | ||||
| * | Use ensuredir() for creating directories within BuildEnvironment.read_doc | Kacper Kowalik (Xarthisius) | 2016-02-02 | 1 | -4/+2 |
| | | |||||
* | | Fix #1944: rst_prolog breaks file-wide metadata | Takeshi KOMIYA | 2016-01-24 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #2207 from tk0miya/baseclass_for_parsers | Takeshi KOMIYA | 2016-01-17 | 1 | -3/+6 |
|\ \ | | | | | | | Add sphinx.parsers.Parser class; a base class for new parsers | ||||
| * | | Add sphinx.parsers.Parser class; a base class for new parsers | Takeshi KOMIYA | 2016-01-17 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | The class inherits ``docutils.parsers.Parser`` and implements ``set_application()`` in addition. It enables subclasses to read configurations, to access environments and to logging. | ||||
* | | | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -3/+10 |
|\ \ \ | | |/ | |/| | |||||
| * | | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | Fix line numbers was not shown on warnings of indecies | Takeshi KOMIYA | 2016-01-13 | 1 | -2/+9 |
| | | | |||||
* | | | merge with stable | shimizukawa | 2016-01-13 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix #1601, #2220: 'any' role breaks extended domains behavior. Affected ↵ | shimizukawa | 2016-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | extensions doesn't support resolve_any_xref and resolve_xref returns problematic node instead of None. sphinxcontrib-httpdomain is one of them. | ||||
* | | | Merge branch 'stable' | Takeshi KOMIYA | 2016-01-11 | 1 | -2/+2 |
|\ \ \ | |/ / |