| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Use PEP-526 based variable annotation (sphinx.directives) | Takeshi KOMIYA | 2021-03-23 | 1 | -1/+1 | 
| * | refactor: Add a type alias for the option_spec of directives; OptionSpec | Takeshi KOMIYA | 2021-03-13 | 1 | -2/+3 | 
| * | Close #8487: csv-table now considers abspath as relpath from srcdir | Takeshi KOMIYA | 2021-03-09 | 1 | -12/+25 | 
| * | Fix wrong directive name in warning messages | Takeshi KOMIYA | 2021-03-07 | 1 | -2/+2 | 
| * | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 | 
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 | 
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -3/+2 | 
| |\ \ | |/ | |||||
| | * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -3/+2 | 
| * | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+2 | 
| * | | Deprecate codes for docutils-0.13 or 0.14 | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+17 | 
| |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 | 
| * | refactor: Add data accessors to MathDomain | Takeshi KOMIYA | 2019-06-15 | 1 | -12/+10 | 
| * | Migrate to py3 style type annotation: sphinx.directives.patches | Takeshi KOMIYA | 2019-06-09 | 1 | -22/+13 | 
| * | Add :force: option to code directives | Takeshi KOMIYA | 2019-06-01 | 1 | -2/+2 | 
| * | ``math`` directive does not support ``:class:`` option | Takeshi KOMIYA | 2019-03-23 | 1 | -0/+2 | 
| * | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-10 | 1 | -0/+48 | 
| |\ | |||||
| | * | Merge branch '2.0' into 2155_code_directive | Takeshi KOMIYA | 2019-03-10 | 1 | -3/+6 | 
| | |\ | |||||
| | * | | Close #2155: Support ``code`` directive | Takeshi KOMIYA | 2019-03-03 | 1 | -0/+48 | 
| * | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-07 | 1 | -3/+6 | 
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge branch '1.8' into 2.0 | Takeshi KOMIYA | 2019-03-07 | 1 | -3/+6 | 
| | |\ \ | | |/ | |/| | |||||
| | | * | Fix #6136: ``:name:`` option for ``math`` directive causes a crash | Takeshi KOMIYA | 2019-03-06 | 1 | -3/+6 | 
| * | | | Add a helper method ``SphinxDirective.set_source_info()`` | Takeshi KOMIYA | 2019-03-03 | 1 | -1/+1 | 
| |/ / | |||||
| * | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | 
| |\ \ | |/ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | 
| * | | Merge pull request #5819 from jdufresne/coding-comment | Takeshi KOMIYA | 2018-12-17 | 1 | -1/+0 | 
| |\ \ | |||||
| | * | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 | 
| * | | | Pass exceptions directly to docutils reporter | Jon Dufresne | 2018-12-16 | 1 | -1/+1 | 
| |/ / | |||||
| * | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -5/+5 | 
| * | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+0 | 
| * | | Add docutils-stubs to test deps | Takeshi KOMIYA | 2018-12-15 | 1 | -2/+2 | 
| * | | Fix annotations (minor fixes) | Takeshi KOMIYA | 2018-12-03 | 1 | -1/+1 | 
| * | | Fix annotations for Directives (Replace N_co with nodes.Node) | Takeshi KOMIYA | 2018-12-01 | 1 | -9/+9 | 
| * | | Fix annotations for directives | Takeshi KOMIYA | 2018-11-29 | 1 | -6/+6 | 
| * | | refactor: Use super() to call methods of superclass | Takeshi KOMIYA | 2018-11-28 | 1 | -5/+5 | 
| * | | Fix annotations of directives.patches | Takeshi KOMIYA | 2018-11-27 | 1 | -9/+13 | 
| * | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | 
| |/ | |||||
| * | Remove unused code | Takeshi KOMIYA | 2018-05-19 | 1 | -2/+0 | 
| * | Enable math_block node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-17 | 1 | -0/+59 | 
| * | Add SphinxDirective as a helper | Takeshi KOMIYA | 2018-03-31 | 1 | -3/+3 | 
| * | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -3/+2 | 
| |\ | |||||
| | * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -3/+2 | 
| * | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -2/+3 | 
| |\ \ | |/ | |||||
| | * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+3 | 
| * | | Update type annotations | Takeshi KOMIYA | 2018-02-04 | 1 | -1/+4 | 
| |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | 
| * | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | 
| |\ | |||||
| | * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | 
| * | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -0/+1 | 
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-01 | 1 | -3/+9 | 
| |\ \ | |/ | |||||
| | * | Update docstring to patches for table directives | Takeshi KOMIYA | 2017-02-28 | 1 | -3/+9 | 
