summaryrefslogtreecommitdiff
path: root/tests/test_markup.py
Commit message (Expand)AuthorAgeFilesLines
* Prefer ``@pytest.fixture()``Adam Turner2023-02-181-9/+9
* Fix COM812Adam Turner2023-02-181-4/+4
* Add test for multi-word key names (``kbd`` role) (#10765)John Gardner2022-12-301-0/+8
* Factor out HTML 4 translator (#11051)Adam Turner2022-12-301-7/+7
* Increase minimum Docutils to 0.17Adam Turner2022-09-271-3/+0
* Increase static typing strictness (#10530)Adam Turner2022-06-161-2/+1
* Use docutils.__version_info__ directlyAdam Turner2022-04-221-1/+2
* Catch `DeprecationWarning` for `docutils.frontend.OptionParser`Adam Turner2022-04-221-3/+8
* Include trailing / in PEP URL to avoid 301 redirectHugo van Kemenade2022-03-241-4/+4
* test: Fix test_markup does not use default settings for docutilsTakeshi KOMIYA2022-03-191-21/+20
* environment: Update default value for pep_base_urlMichal Čihař2022-03-161-4/+4
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* The latest docutils converts :pep: role to the "https" URL (again)Takeshi KOMIYA2022-02-131-7/+8
* The latest docutils converts :pep: role to the "https" URLTakeshi KOMIYA2022-02-061-6/+7
* test: Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-1/+1
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Update RFC base urlMatt Ficke2021-11-161-5/+5
* Fix suppression of needed whiteline, encapsulate into \sphinxAtStartParjfbu2021-01-291-21/+21
* Fix #8780: long words in narrow columns may not be hyphenatedjfbu2021-01-291-21/+33
* Close #1638: html: Add permalink icons to glossary termsTakeshi KOMIYA2021-01-241-2/+6
* Fix #8714: html: kbd role with "Caps Lock" rendered incorrectlyTakeshi KOMIYA2021-01-221-0/+7
* Merge branch '3.4.x' into 3.xTakeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Fix test: missing compound class for kbd tagTakeshi KOMIYA2020-12-311-1/+1
* | Merge pull request #8620 from tk0miya/8619_compound_kbdTakeshi KOMIYA2020-12-311-2/+2
|\ \
| * | Close #8619: html: kbd role generates customizable HTML tags for compound keysTakeshi KOMIYA2020-12-301-2/+2
| |/
* | Fix #8618: html: incorrect HTML for single compound-kdb separatorsTakeshi KOMIYA2020-12-301-0/+18
|/
* refactor: Fix flake8 violations under tests/ directoryTakeshi KOMIYA2020-11-151-1/+0
* Sort imports with isortFrançois Freitag2020-11-111-5/+4
* Fix #7610: incorrectly renders consecutive backslashesTakeshi KOMIYA2020-05-071-2/+18
* Merge pull request #7605 from tk0miya/refactor_testsTakeshi KOMIYA2020-05-041-1/+3
|\
| * refactor: Pass a theme instance to LaTeXTranslatorTakeshi KOMIYA2020-05-031-1/+3
* | Close #7530: html: Support nested <kbd> elementsTakeshi KOMIYA2020-05-021-0/+28
|/
* Add LaTeX styling hook for :kbd: roleJesse Tan2020-01-091-0/+7
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* LaTeX: avoid quotes and TeX ligature replacements in PDF outputjfbu2019-12-151-3/+3
* Fix #6738: latex: literal_block does not support raw unicode charactersTakeshi KOMIYA2019-11-161-0/+18
* Fix #6444: test: replace example.com by existing pageTakeshi KOMIYA2019-06-051-2/+2
* test: Use get_doctree() to load doctree filesTakeshi KOMIYA2019-02-171-10/+9
* Add testcase for XRefRole classTakeshi KOMIYA2019-02-161-4/+63
* Add testcase for download roleTakeshi KOMIYA2019-02-161-0/+20
* Replace :file: and :samp: roles by class based implementationTakeshi KOMIYA2019-02-161-18/+30
* Replace :guilabel: and :menuselection: roles by class based implementationTakeshi KOMIYA2019-02-161-0/+7
* Fix :pep: and :rfc: roles are brokenTakeshi KOMIYA2019-02-161-0/+44
* Fix #5906: LaTeX Builder is not initialized correctly on test_markupTakeshi KOMIYA2019-01-081-2/+1
* refactor: Move \figurename to sphinxmessage.styTakeshi KOMIYA2019-01-041-0/+1