Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-02Only run cron in upstreamHugo van Kemenade
2022-02-05CI: Test with Windows Server 2019Takeshi KOMIYA
In nearly days, `windows-latest` image on GHA was changed to Windows Server 2022. That causes build errors on building a cython script. To avoid the problem, this pins the image for testing on GHA to Windows Server 2019.
2021-11-28Add i18n label to weekly transifex PRTakeshi KOMIYA
2021-11-16"v*.*.*" is the tag formatHugo van Kemenade
Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
2021-11-12Create GitHub release from tagHugo van Kemenade
2021-10-25Fix CI: Downgrade python for transifex CITakeshi KOMIYA
2021-10-25Fix CI: Downgrade python for transifex CITakeshi KOMIYA
The latest transifex-client could not be installed on python 3.10 environment. This downgrade python to 3.9 to be install the latest one. ref: https://github.com/transifex/transifex-client/pull/330
2021-10-09CI: Install the latest py package on testing with py3.11-devTakeshi KOMIYA
2021-10-09Merge pull request #9702 from tk0miya/test_with_docutils-latestTakeshi KOMIYA
test: Do test with the HEAD of docutils
2021-10-09CI: Install unreleased "py" package for 3.11-devTakeshi KOMIYA
2021-10-06Support Python 3.10Takeshi KOMIYA
2021-10-03test: Do test with the HEAD of docutilsTakeshi KOMIYA
2021-07-31fix issue template "How to Reproduce" doesn't render correctlyTakayuki SHIMIZUKAWA
remove unnecesary help-text in "value" instead of "description"
2021-07-09Add mandatory GitHub token to lock workflowJuan Luis Cano Rodríguez
2021-07-07Add bot to lock inactive closed issues and pull requestsJuan Luis Cano Rodríguez
Close #9237.
2021-07-06Update and rename bug_report.yml to bug-report.ymlTakayuki SHIMIZUKAWA
2021-07-06using new issue template feature in yaml configurationTakayuki SHIMIZUKAWA
2021-05-09i18n: Pull translations via GitHub Actions automaticallyTakeshi KOMIYA
2021-05-09i18n: Push translations via GitHub Actions automaticallyTakeshi KOMIYA
2021-04-30Revert "test: Disable testing with python3.10"Takeshi KOMIYA
This reverts commit 8602e64214da3d7ff59a7a0410f4c59d67aed7e1.
2021-04-21Support docutils-0.17Takeshi KOMIYA
2021-04-11test: Skip test for py310-devTakeshi KOMIYA
2021-04-11Merge branch '3.x'Takeshi KOMIYA
2021-04-11test: Disable testing with python3.10Takeshi KOMIYA
pytest has crashed on testing with python 3.10.0a7. To avoid the error, this disables testing with python3.10 for a while.
2021-04-11test: docutils-0.13 is no longer supported. Skip using in CITakeshi KOMIYA
2021-04-03test: Do test with docutils-0.17b1Takeshi KOMIYA
2020-12-29Merge branch '3.x'Takeshi KOMIYA
2020-12-22Update PULL_REQUEST_TEMPLATE.mdFaris A Chugthai
The branch model URL doesn't seem to be at the development page anymore. Update the pull request template.
2020-11-22Merge branch '3.x'Takeshi KOMIYA
2020-11-20CI: Update deadsnake/action to 2.0.1Takeshi KOMIYA
The "add-path" problem is fixed at 2.0.1. refs: https://github.com/deadsnakes/issues/issues/135
2020-11-20Merge branch '3.x'Takeshi KOMIYA
2020-11-17test: Pass ACTIONS_ALLOW_UNSECURE_COMMANDS to deadsnake/actionTakeshi KOMIYA
The `add-path` command that deadsnake/action internally uses is disabled by default now [*1]. But the action is still does not support new style environment files commands [*2]. So this enables the deprecated command via `ACTIONS_ALLOW_UNSECURE_COMMANDS` envvar. [*1]: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ [*2]: https://github.com/deadsnakes/issues/issues/135
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Merge pull request #8408 from francoisfreitag/isortTakeshi KOMIYA
Sort imports with isort
2020-11-11Sort imports with isortFrançois Freitag
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.
2020-11-10Do test with Ubuntu 18.04Takeshi KOMIYA
Sphinx-4.0 will drop support for Ubuntu 16.04. So CI Platform should be also updated to Ubuntu 18.04.
2020-11-10Merge branch '3.x'Takeshi KOMIYA
2020-11-10Do test with py310-dev againTakeshi KOMIYA
2020-11-08Merge branch '3.x'Takeshi KOMIYA
2020-11-04Merge branch '3.x'Takeshi KOMIYA
2020-11-04test: Do test with py39Takeshi KOMIYA
2020-11-04test: Do "npm test" on GitHub ActionsTakeshi KOMIYA
2020-11-04test: Send test-coverage data from GitHub ActionTakeshi KOMIYA
2020-11-04Do testing with python3.5 at GitHub ActionsTakeshi KOMIYA
2020-11-04Do testing at GitHub ActionsTakeshi KOMIYA
2020-08-15Invite users to ask their questions on StackoverflowYves Chevallier
2020-07-04CI: Do testing more verboseTakeshi KOMIYA
2020-06-28CI: Build document on GitHub ActionsTakeshi KOMIYA
2020-06-14Do "twine check" on CI processTakeshi KOMIYA
2020-06-14github actions: Merge workflows for linting to lint.ymlTakeshi KOMIYA