| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-11 | 1 | -0/+11 |
| |\ \ | |/ | |||||
| | * | fix lint | Yuxin Wu | 2020-07-05 | 1 | -3/+1 |
| | | | |||||
| | * | show docs for decorated special functions | Yuxin Wu | 2020-07-05 | 1 | -0/+13 |
| | | | |||||
| * | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 2 | -15/+2 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-23 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Close #7341: py domain: type annotations are converted to cross refs | Takeshi KOMIYA | 2020-03-22 | 1 | -1/+1 |
| | | | |||||
| * | | Use typing.NamedTuple instead of collections.namedtuple as possible | Takeshi KOMIYA | 2020-03-07 | 1 | -1/+0 |
| |/ | |||||
| * | Fix comparer | Takeshi KOMIYA | 2020-02-23 | 1 | -1/+1 |
| | | |||||
| * | refactor: Update type annotations in sphinx.testing.* | Takeshi KOMIYA | 2020-02-23 | 3 | -46/+55 |
| | | |||||
| * | testing: Add Path.read_text() and Path.read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -0/+19 |
| | | | | | | To migrate pathlib.Path in future, compatibile methods are needed for our Path class. | ||||
| * | refactor: Rename var keyword argument to "**kwargs" | Takeshi KOMIYA | 2020-01-08 | 1 | -4/+4 |
| | | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 6 | -6/+6 |
| | | |||||
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 2 | -7/+7 |
| | | |||||
| * | Merge branch '2.2.1' into 2.0 | Takeshi KOMIYA | 2019-10-06 | 1 | -4/+4 |
| |\ | |||||
| | * | Fix mypy violations (for mypy-0.730) | Takeshi KOMIYA | 2019-10-06 | 1 | -4/+4 |
| | | | |||||
| * | | refactor: SphinxStandaloneReader should not hold an application object | Takeshi KOMIYA | 2019-08-20 | 1 | -1/+3 |
| |/ | |||||
| * | Merge branch '2.1.3' into 2.0 | Takeshi KOMIYA | 2019-07-13 | 1 | -4/+4 |
| |\ | |||||
| | * | Fix mypy violations (for mypy-0.720) | Takeshi KOMIYA | 2019-07-13 | 1 | -4/+4 |
| | | | |||||
| * | | Migrate to py3 style type annotation: sphinx.testing.restructuredtext | Takeshi KOMIYA | 2019-07-06 | 1 | -8/+3 |
| | | | |||||
| * | | Migrate to py3 style type annotation: sphinx.testing.fixtures | Takeshi KOMIYA | 2019-07-06 | 1 | -9/+4 |
| | | | |||||
| * | | Migrate to py3 style type annotation: sphinx.testing.path | Takeshi KOMIYA | 2019-07-06 | 1 | -55/+28 |
| | | | |||||
| * | | Migrate to py3 style type annotation: sphinx.testing.util | Takeshi KOMIYA | 2019-07-06 | 1 | -36/+18 |
| |/ | |||||
| * | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | ||||
| * | Merge branch '2.0' into 2155_code_directive | Takeshi KOMIYA | 2019-03-10 | 1 | -1/+0 |
| |\ | |||||
| | * | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+0 |
| | | | |||||
