Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix merge error | Takeshi KOMIYA | 2019-10-06 | 1 | -2/+0 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-10-06 | 1 | -17/+44 | |
|\ \ | |/ | ||||||
| * | Merge branch '2.2.1' into 2.0 | Takeshi KOMIYA | 2019-10-06 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Fix mypy violations (for mypy-0.730) | Takeshi KOMIYA | 2019-10-06 | 1 | -2/+2 | |
| | | | ||||||
| * | | refactor: SphinxStandaloneReader should not hold an application object | Takeshi KOMIYA | 2019-08-20 | 1 | -18/+42 | |
| |/ | ||||||
* | | Merge branch '2.0' | jfbu | 2019-08-01 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Fix type annotation for python 3.5.1 | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-05-13 | 1 | -1/+10 | |
|\ \ | |/ | ||||||
| * | Fix #6351: "Hyperlink target is not referenced" message is shown even if ↵ | Takeshi KOMIYA | 2019-05-12 | 1 | -1/+10 | |
| | | | | | | | | referenced | |||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -102/+0 | |
|/ | ||||||
* | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | |||||
* | refactor: Remove lists of transforms from SphinxStandalonReader | Takeshi KOMIYA | 2019-03-17 | 1 | -20/+13 | |
| | ||||||
* | refactor CitationReferences transform | Takeshi KOMIYA | 2019-03-09 | 1 | -3/+3 | |
| | ||||||
* | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -3/+2 | |
| | ||||||
* | Close #4550: All tables and figures without ``align`` option are displayed ↵ | Takeshi KOMIYA | 2019-02-08 | 1 | -2/+2 | |
| | | | | to center | |||||
* | Publisher requires destination parameter. | shimizukawa | 2019-01-13 | 1 | -1/+2 | |
| | | | | This change fixes a bug that introduced at de49b991f635. | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Deprecate SphinxFileInput.supported | Takeshi KOMIYA | 2018-12-17 | 1 | -1/+1 | |
| | | ||||||
* | | Deprecate SphinxBaseFileInput | Takeshi KOMIYA | 2018-12-17 | 1 | -7/+3 | |
| | | ||||||
* | | refactor: Use simple Input class | Takeshi KOMIYA | 2018-12-17 | 1 | -23/+28 | |
| | | ||||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | |||||
* | | Move `source-read` event to SphinxStandaloneReader | Takeshi KOMIYA | 2018-12-16 | 1 | -15/+23 | |
| | | ||||||
* | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -7/+7 | |
| | | | | | | | | | | | | The form is less verbose and more idiomatic for Python 3 only code. https://docs.python.org/3/library/functions.html#super | |||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -7/+6 | |
| | | ||||||
* | | Add docutils-stubs to test deps | Takeshi KOMIYA | 2018-12-15 | 1 | -3/+3 | |
| | | ||||||
* | | Remove SphinxBaseFileInput.decode() because it is not used in py3 | Takeshi KOMIYA | 2018-12-07 | 1 | -7/+0 | |
| | | ||||||
* | | Skip meaningless publisher.set_components() call | Takeshi KOMIYA | 2018-12-07 | 1 | -1/+0 | |
| | | | | | | | | | | "parser" component is already passed on initialization. So it is not needed to call `set_components()` method. | |||||
* | | Merge pull request #5729 from tk0miya/refactor_io | Takeshi KOMIYA | 2018-12-07 | 1 | -16/+10 | |
|\ \ | | | | | | | Add UnicodeDecodeErrorHandler as a error_handler for open() | |||||
| * | | Add UnicodeDecodeErrorHandler as a error_handler for open() | Takeshi KOMIYA | 2018-12-07 | 1 | -16/+10 | |
| | | | ||||||
* | | | deprecate SphinxRSTFileInput | Takeshi KOMIYA | 2018-12-05 | 1 | -1/+3 | |
| | | | ||||||
* | | | Add prepend_prolog() and append_epilog() | Takeshi KOMIYA | 2018-12-05 | 1 | -7/+3 | |
|/ / | ||||||
* | | refactor: Use super() to call methods of superclass | Takeshi KOMIYA | 2018-11-28 | 1 | -4/+4 | |
| | | ||||||
* | | Merge pull request #5671 from tk0miya/refactor_Reader | Takeshi KOMIYA | 2018-11-28 | 1 | -3/+4 | |
|\ \ | | | | | | | Fix SphinxBaseReader.get_transform() refers an attribute of subclasses | |||||
| * | | Fix SphinxBaseReader.get_transform() refers an attribute of subclasses | Takeshi KOMIYA | 2018-11-25 | 1 | -3/+4 | |
| | | | ||||||
* | | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
|/ / | ||||||
* | | Use super() to call parent class's method | Jon Dufresne | 2018-11-11 | 1 | -3/+3 | |
| | | ||||||
* | | Fix typehints: sphinx.io | Takeshi KOMIYA | 2018-11-05 | 1 | -4/+4 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-11-01 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix #5471: Show appropriate warning for deprecated APIs | Takeshi KOMIYA | 2018-10-17 | 1 | -2/+2 | |
| | | ||||||
* | | Remove use of six.iteritems() | Jon Dufresne | 2018-09-11 | 1 | -2/+2 | |
|/ | | | | In Python 3, dict.items() is always an iterator. | |||||
* | Fix i18n: warnings for translation catalogs have wrong line numbers | Takeshi KOMIYA | 2018-08-22 | 1 | -17/+11 | |
| | ||||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-06-09 | 1 | -0/+8 | |
|\ | ||||||
| * | Fix #5016: crashed when recommonmark.AutoStrictify is enabled | Takeshi KOMIYA | 2018-06-07 | 1 | -0/+8 | |
| | | ||||||
* | | Fix flake8 violation | Takeshi KOMIYA | 2018-04-21 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' into 4827_remove_substitution_defs_from_doctree | Takeshi KOMIYA | 2018-04-21 | 1 | -3/+4 | |
|\ \ | ||||||
| * | | Change priority of versioning doctrees | Takeshi KOMIYA | 2018-04-21 | 1 | -1/+2 | |
| | | | ||||||
| * | | Change priority of doctree-read event | Takeshi KOMIYA | 2018-04-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | Change priority of sphinx-domains | Takeshi KOMIYA | 2018-04-15 | 1 | -1/+3 | |
| | | | ||||||
* | | | Remove substitution_definition nodes from doctree on reading phase (refs: #4827) | Takeshi KOMIYA | 2018-04-15 | 1 | -2/+5 | |
|/ / |