Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵ | James Addison | 2023-04-23 | 1 | -12/+7 |
| | | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47. | ||||
* | Support and prefer ``.jinja`` to ``_t`` for static templates (#11165) | James Addison | 2023-04-07 | 1 | -7/+12 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | support for imgmath_latex=tectonic (#11281) | Dimitar Dimitrov | 2023-04-03 | 1 | -4/+15 |
| | | | | | | | | | | | * add rudimentary support for using tectonic with imgmath * fix typo * addressing PR comment * revert changes to preview.tex_t; add dvips by default for SVG * bugfix | ||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | Merge branch '6.0.x' | Adam Turner | 2023-01-05 | 1 | -4/+5 |
|\ | | | | | | | | | # Conflicts: # CHANGES | ||||
| * | imgmath: Fix relative file path (#10965) | Julien Schueller | 2023-01-05 | 1 | -4/+5 |
| | | |||||
* | | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -6/+6 |
| | | |||||
* | | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -4/+4 |
| | | |||||
* | | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | | |||||
* | | Factor out HTML 4 translator (#11051) | Adam Turner | 2022-12-30 | 1 | -5/+5 |
| | | | | | | Move the HTML 4 translator into a private module. | ||||
* | | Tighten mypy 'strict optional' whitelist (#11038) | danieleades | 2022-12-29 | 1 | -1/+1 |
|/ | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | Update typing ignores for mypy 0.990 | Adam Turner | 2022-11-13 | 1 | -1/+1 |
| | |||||
* | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -3/+3 |
| | |||||
* | Fix performance regression for ``imgmath`` embedding (#10888) | Julien Schueller | 2022-10-09 | 1 | -61/+58 |
| | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | Fix `cleanup_tempdir` in imgmath (#10895) | Julien Schueller | 2022-10-05 | 1 | -1/+1 |
| | |||||
* | imgmath: Fix embed mode (#10878) | Julien Schueller | 2022-09-29 | 1 | -2/+2 |
| | |||||
* | imgmath: Allow embedding images in HTML as base64 (#10816) | Julien Schueller | 2022-09-23 | 1 | -16/+48 |
| | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | Fix more strict static typing errors (#10681) | danieleades | 2022-08-28 | 1 | -3/+3 |
| | |||||
* | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 1 | -3/+5 |
| | |||||
* | Specify encoding | Adam Turner | 2022-04-22 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #9868: imgmath: Crashed if the dvisvgm command failed to convert equation | Takeshi KOMIYA | 2021-11-23 | 1 | -5/+5 |
| | |||||
* | Merge branch '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 | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-12-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | refactor with pyupgrade | Takeshi KOMIYA | 2020-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Run `pyupgrade --py3-only --keep-percent-format` to refine our code. Note: --keep-percent-format is required to keep translations available. | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -8/+8 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-17 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Introduce fips safe sha1, see issue #7611 | Lars Hupfeldt | 2020-05-05 | 1 | -2/+1 |
| | | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -37/+0 |
| | | |||||
* | | Use subprocess.run(encoding=...) | Takeshi KOMIYA | 2020-03-07 | 1 | -4/+4 |
|/ | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Fix type annotation | jfbu | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | Fix error in cherry-picking #6310 to 2.0 | jfbu | 2019-08-01 | 1 | -1/+2 |
| | |||||
* | Add Python3 type annotation to cherry-picked #6310 for 2.2.0 release | jfbu | 2019-08-01 | 1 | -4/+2 |
| | |||||
* | More robust code for getting saved "depth" of svg inline math snippet | jfbu | 2019-08-01 | 1 | -1/+6 |
| | |||||
* | Make imgmath_use_preview work also for svg output | jfbu | 2019-08-01 | 1 | -4/+40 |
| | |||||
* | Migrate to py3 style type annotation: sphinx.ext.imgmath | Takeshi KOMIYA | 2019-07-04 | 1 | -34/+19 |
| | |||||
* | imgmath: Use template file for LaTeX | Takeshi KOMIYA | 2019-04-16 | 1 | -9/+31 |
| | |||||
* | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+0 |
| | |||||
* | Deprecate sphinx.util.pycompat:sys_encoding | Takeshi KOMIYA | 2019-02-11 | 1 | -3/+3 |
| |