summaryrefslogtreecommitdiff
path: root/tests/test_directive_patch.py
Commit message (Collapse)AuthorAgeFilesLines
* Close #8487: csv-table now considers abspath as relpath from srcdirTakeshi KOMIYA2021-03-091-0/+32
| | | | | | To make directives' behavior consistent, the :file: option for csv-table directive now recognizes an absolute path as a relative path from source directory.
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
|
* Add testcase for math directiveTakeshi KOMIYA2019-06-151-0/+32
|
* Close #2155: Support ``code`` directiveTakeshi KOMIYA2019-03-031-0/+54