Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve lint errors from Ruff 0.0.259 | Adam Turner | 2023-03-23 | 1 | -1/+1 |
| | |||||
* | Fix pytest style issues | Adam Turner | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | Prefer ``@pytest.fixture()`` | Adam Turner | 2023-02-18 | 1 | -6/+6 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Fix various Ruff errors | Adam Turner | 2023-01-31 | 2 | -4/+8 |
| | |||||
* | Cache doctrees more efficiently | Adam Turner | 2023-01-04 | 1 | -0/+4 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 4 | -15/+15 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 4 | -19/+19 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 4 | -22/+22 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 4 | -0/+8 |
| | |||||
* | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -2/+1 |
| | |||||
* | Shink the strict optional whitelist (#10800) | danieleades | 2022-09-09 | 1 | -2/+2 |
| | | | Removes `sphinx.search` | ||||
* | Fix some static typing errors (#10745) | danieleades | 2022-08-14 | 1 | -7/+16 |
| | |||||
* | set up mypy for incremental adoption of 'strict optional' | daniel.eades | 2022-07-26 | 2 | -4/+4 |
| | |||||
* | Lint with `flake8-bugbear` (#10602) | danieleades | 2022-07-12 | 1 | -3/+3 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Refactor | Adam Turner | 2022-05-02 | 1 | -7/+5 |
| | |||||
* | Remove always-false branches | Adam Turner | 2022-05-02 | 1 | -8/+2 |
| | |||||
* | Remove deprecated code for Sphinx 5.0 | Adam Turner | 2022-04-17 | 1 | -19/+0 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 3 | -6/+3 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 6 | -22/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 6 | -15/+15 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 4 | -8/+4 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 6 | -18/+0 |
| | |||||
* | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 2 | -2/+2 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 6 | -6/+6 |
| | |||||
* | Close #9524: test: SphinxTestApp can take ``builddir`` as an argument | Takeshi KOMIYA | 2021-08-15 | 1 | -4/+7 |
| | |||||
* | Address flake8 errors in whitespace linting | Louis Maddox | 2021-07-23 | 1 | -1/+1 |
| | |||||
* | Improve sphinx.testing.fixtures docstrings | Louis Maddox | 2021-07-18 | 1 | -12/+18 |
| | |||||
* | refactor: Use PEP-526 based variable annotation | Takeshi KOMIYA | 2021-04-08 | 2 | -5/+5 |
| | |||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-02-07 | 1 | -0/+21 |
|\ | |||||
| * | Merge pull request #8823 from tk0miya/8511_readonly_testing | Takeshi KOMIYA | 2021-02-05 | 1 | -0/+21 |
| |\ | | | | | | | Support testing from read-only filesystems | ||||
| | * | test: change permissions of testfiles only $SPHINX_READONLY_TESTDIR set | Takeshi KOMIYA | 2021-02-05 | 1 | -9/+10 |
| | | | |||||
| | * | test: Apply umask to Path.copytree() | Takeshi KOMIYA | 2021-02-05 | 1 | -2/+13 |
| | | | |||||
| | * | Support testing from read-only filesystems | Jeremy Maitin-Shepard | 2020-12-12 | 1 | -0/+9 |
| | | | |||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 6 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 6 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | .. 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-29 | 1 | -0/+12 |
|\ \ \ | |/ / | |||||
| * | | testing: Add rollback_sysmodules fixture to unload modules after tests | Takeshi KOMIYA | 2020-12-29 | 1 | -0/+12 |
| |/ | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 3 | -5/+2 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 3 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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' into master | Takeshi KOMIYA | 2020-10-28 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | change markers list name to DEFAULT_ENABLED_MARKERS | oleg.hoefling | 2020-10-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
| * | rename public markers to default markers | oleg.hoefling | 2020-10-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
| * | more meaningful name for the public markers list | oleg.hoefling | 2020-10-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
| * | move registration of public markers to sphinx.testing.fixtures | oleg.hoefling | 2020-10-25 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
* | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-03 | 1 | -4/+2 |
|\ \ | |/ | |||||
| * | add parallel to SphinxTestApp | Robert Cohn | 2020-09-30 | 1 | -2/+2 |
| | | |||||
| * | Close #8081: latex: Allow to add LaTeX package until writing tex file | Takeshi KOMIYA | 2020-09-21 | 1 | -2/+0 |
| | | | | | | | | | | | | | | This postpones the evaluation of LaTeX packages via ``app.add_latex_package()`` to just before writing .tex file. That allows extensions to add LaTeX packages during reading and resolving phase. | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo | Joachim Jablon | 2020-07-26 | 1 | -1/+1 |
| | |