Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer ``@pytest.fixture()`` | Adam Turner | 2023-02-18 | 1 | -9/+9 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -4/+4 |
| | |||||
* | Add test for multi-word key names (``kbd`` role) (#10765) | John Gardner | 2022-12-30 | 1 | -0/+8 |
| | |||||
* | Factor out HTML 4 translator (#11051) | Adam Turner | 2022-12-30 | 1 | -7/+7 |
| | | | Move the HTML 4 translator into a private module. | ||||
* | Increase minimum Docutils to 0.17 | Adam Turner | 2022-09-27 | 1 | -3/+0 |
| | |||||
* | Increase static typing strictness (#10530) | Adam Turner | 2022-06-16 | 1 | -2/+1 |
| | |||||
* | Use docutils.__version_info__ directly | Adam Turner | 2022-04-22 | 1 | -1/+2 |
| | |||||
* | Catch `DeprecationWarning` for `docutils.frontend.OptionParser` | Adam Turner | 2022-04-22 | 1 | -3/+8 |
| | |||||
* | Include trailing / in PEP URL to avoid 301 redirect | Hugo van Kemenade | 2022-03-24 | 1 | -4/+4 |
| | |||||
* | test: Fix test_markup does not use default settings for docutils | Takeshi KOMIYA | 2022-03-19 | 1 | -21/+20 |
| | |||||
* | environment: Update default value for pep_base_url | Michal Čihař | 2022-03-16 | 1 | -4/+4 |
| | | | | | | This matches docutils change in https://sourceforge.net/p/docutils/code/9045/ Fixes #10253 | ||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | The latest docutils converts :pep: role to the "https" URL (again) | Takeshi KOMIYA | 2022-02-13 | 1 | -7/+8 |
| | | | | docutils-0.19 (unreleased) generates "https" URL from :pep: role. | ||||
* | The latest docutils converts :pep: role to the "https" URL | Takeshi KOMIYA | 2022-02-06 | 1 | -6/+7 |
| | | | | docutils-0.19 (unreleased) generates "https" URL from :pep: role. | ||||
* | test: Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Update RFC base url | Matt Ficke | 2021-11-16 | 1 | -5/+5 |
| | | | | | | | | | The tools.ietf.org subdomain is being wound down and services are moving to datatracker.ietf.org. Links to RFC documents using the old subdomain are being redirected to datatracker; this updates the configured `rfc_base_url` to point to the current subdomain. Discussion: https://mailarchive.ietf.org/arch/msg/ietf/0n-6EXEmkTp3Uv_vj-5Vnm3o0bo/ | ||||
* | Fix suppression of needed whiteline, encapsulate into \sphinxAtStartPar | jfbu | 2021-01-29 | 1 | -21/+21 |
| | | | | Define it to do nothing with lualatex engine | ||||
* | Fix #8780: long words in narrow columns may not be hyphenated | jfbu | 2021-01-29 | 1 | -21/+33 |
| | | | | This is done by adding '\hskip0pt\relax\n' whenever a paragraph starts. | ||||
* | Close #1638: html: Add permalink icons to glossary terms | Takeshi KOMIYA | 2021-01-24 | 1 | -2/+6 |
| | |||||
* | Fix #8714: html: kbd role with "Caps Lock" rendered incorrectly | Takeshi KOMIYA | 2021-01-22 | 1 | -0/+7 |
| | | | | | `:kbd:` role has to support keys in consist of multiple words (ex. caps lock, num lock, etc.) | ||||
* | Merge branch '3.4.x' into 3.x | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -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 | ||||
* | | Fix test: missing compound class for kbd tag | Takeshi KOMIYA | 2020-12-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #8620 from tk0miya/8619_compound_kbd | Takeshi KOMIYA | 2020-12-31 | 1 | -2/+2 |
|\ \ | | | | | | | Close #8619: html: kbd role generates customizable HTML tags for compound keys | ||||
| * | | Close #8619: html: kbd role generates customizable HTML tags for compound keys | Takeshi KOMIYA | 2020-12-30 | 1 | -2/+2 |
| |/ | |||||
* | | Fix #8618: html: incorrect HTML for single compound-kdb separators | Takeshi KOMIYA | 2020-12-30 | 1 | -0/+18 |
|/ | |||||
* | refactor: Fix flake8 violations under tests/ directory | Takeshi KOMIYA | 2020-11-15 | 1 | -1/+0 |
| | |||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -5/+4 |
| | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | Fix #7610: incorrectly renders consecutive backslashes | Takeshi KOMIYA | 2020-05-07 | 1 | -2/+18 |
| | |||||
* | Merge pull request #7605 from tk0miya/refactor_tests | Takeshi KOMIYA | 2020-05-04 | 1 | -1/+3 |
|\ | | | | | Refactor tests | ||||
| * | refactor: Pass a theme instance to LaTeXTranslator | Takeshi KOMIYA | 2020-05-03 | 1 | -1/+3 |
| | | |||||
* | | Close #7530: html: Support nested <kbd> elements | Takeshi KOMIYA | 2020-05-02 | 1 | -0/+28 |
|/ | |||||
* | Add LaTeX styling hook for :kbd: role | Jesse Tan | 2020-01-09 | 1 | -0/+7 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | LaTeX: avoid quotes and TeX ligature replacements in PDF output | jfbu | 2019-12-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs: #6890 The comma character is not TeX-escaped because it is frequent in general text and escaping it would make the LaTeX output larger for only dealing with the problem of the LaTeX-ligature of ,, into a single character. And one there is problem with the commas in options to Verbatim from PygmentsBridge. The hyphen character is escaped (not in ids and URIs!) to \sphinxhyphen{} for both Unicode and non-Unicode engines. This is needed to work around hyperref transforming -- and --- from section titles into EN DASH resp. EM DASH in PDF bookmarks. https://github.com/latex3/hyperref/issues/112 Note to expert LaTeX users: if Sphinx latex user with xelatex has - turned off Smart Quotes for some reason, - but does want TeX ligatures and thus overrode Sphinx latex_elements['fontenc'] default (since #6888) to this effect, then this should be added to LaTeX preamble: \def\sphinxhyphen#1{-}% (\protected is now not needed) \let\sphinxhyphenforbookmarks\sphinxhyphen | ||||
* | Fix #6738: latex: literal_block does not support raw unicode characters | Takeshi KOMIYA | 2019-11-16 | 1 | -0/+18 |
| | |||||
* | Fix #6444: test: replace example.com by existing page | Takeshi KOMIYA | 2019-06-05 | 1 | -2/+2 |
| | |||||
* | test: Use get_doctree() to load doctree files | Takeshi KOMIYA | 2019-02-17 | 1 | -10/+9 |
| | |||||
* | Add testcase for XRefRole class | Takeshi KOMIYA | 2019-02-16 | 1 | -4/+63 |
| | |||||
* | Add testcase for download role | Takeshi KOMIYA | 2019-02-16 | 1 | -0/+20 |
| | |||||
* | Replace :file: and :samp: roles by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -18/+30 |
| | |||||
* | Replace :guilabel: and :menuselection: roles by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -0/+7 |
| | |||||
* | Fix :pep: and :rfc: roles are broken | Takeshi KOMIYA | 2019-02-16 | 1 | -0/+44 |
| | |||||
* | Fix #5906: LaTeX Builder is not initialized correctly on test_markup | Takeshi KOMIYA | 2019-01-08 | 1 | -2/+1 |
| | |||||
* | refactor: Move \figurename to sphinxmessage.sty | Takeshi KOMIYA | 2019-01-04 | 1 | -0/+1 |
| |