summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | LaTeX: refactor sphinxShadowBox to allow colors for frame and shadowJean-François B2022-06-303-12/+48
| | | |
| * | | Merge pull request #10632 from sphinx-doc/update_lock-threadsTakeshi KOMIYA2022-07-031-3/+3
| |\ \ \ | | | | | | | | | | CI: Update lock-threads to v3
| | * | | CI: Update lock-threads to v3Takeshi KOMIYA2022-07-031-3/+3
| |/ / /
| * | | Merge pull request #10630 from ↵Takeshi KOMIYA2022-07-031-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | sphinx-doc/dependabot/github_actions/peter-evans/create-pull-request-4 Bump peter-evans/create-pull-request from 3 to 4
| | * | | Bump peter-evans/create-pull-request from 3 to 4dependabot[bot]2022-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| * | | | Merge pull request #10629 from ↵Takeshi KOMIYA2022-07-031-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | sphinx-doc/dependabot/github_actions/deadsnakes/action-2.1.1 Bump deadsnakes/action from 2.0.1 to 2.1.1
| | * | | | Bump deadsnakes/action from 2.0.1 to 2.1.1dependabot[bot]2022-07-031-1/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [deadsnakes/action](https://github.com/deadsnakes/action) from 2.0.1 to 2.1.1. - [Release notes](https://github.com/deadsnakes/action/releases) - [Commits](https://github.com/deadsnakes/action/compare/v2.0.1...v2.1.1) --- updated-dependencies: - dependency-name: deadsnakes/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
| * | | | Merge pull request #10627 from sphinx-doc/bot/pull-translationsTakeshi KOMIYA2022-07-03125-4681/+4681
| |\ \ \ \ | | |/ / / | |/| | | Update message catalogs
| | * | | Update message catalogstk0miya2022-07-03125-4681/+4681
| | | | |
| * | | | Merge pull request #10628 from turrisxyz/Dependabot-GitHub-ActionsTakeshi KOMIYA2022-07-031-0/+6
| |\ \ \ \ | | |/ / / | |/| | | chore: Included githubactions in the dependabot config
| | * | | chore: Included githubactions in the dependabot confignaveen2022-07-031-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
| * | | | Merge branch '5.0.x' into 5.xJean-François B2022-07-023-7/+35
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix #10506 (again): replacements to Pygments escapesJean-François B2022-07-023-7/+35
| | | | | | | | | | | | | | | | | | | | Relates: pygments/pygments#2172
| * | | | Remove redundant static typing casts (#10612)danieleades2022-07-025-6/+5
| | | | |
| * | | | Use `get_settings()` from Docutils 0.19 (#10624)Adam Turner2022-07-022-3/+10
| | | | |
| * | | | Set permissions for GitHub Actions (#10607)neilnaveen2022-07-026-0/+23
| | |_|/ | |/| |
* | | | Merge branch '5.x' into masterJean-François B2022-06-30170-20794/+17247
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Resolved merge conflicts: sphinx/ext/extlinks.py sphinx/ext/napoleon/docstring.py (and removed from the latter a now unused import for flake8 F401 compliance)
| * | | Merge branch '5.0.x' into 5.xJean-François B2022-06-305-5/+18
| |\ \ \ | | |/ /
| | * | LaTeX: fix #10506 (make Pygments \PYG macro \protected)Jean-François B2022-06-303-3/+10
| | | |
| | * | Fix build failure for Docutils 0.18.0 (#10597)Jean-François B2022-06-252-2/+4
| | | |
| | * | Fix duplicated field term colons for Docutils 0.18+ (#10595)Jean-François B2022-06-252-0/+4
| | | | | | | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
| * | | LaTeX: refactor \spx@fcolorbox to fix #10610Jean-François B2022-06-301-26/+57
| | | |
| * | | LaTeX: (cont'd) fix of code comments and slight refactoringJean-François B2022-06-301-10/+12
| | | |
| * | | LaTeX: internal optimizations and commentsJean-François B2022-06-291-8/+18
| | | |
| * | | LaTeX: fix #10615 (relates: #10577)Jean-François B2022-06-291-5/+20
| | | |
| * | | LaTeX: partially fix color issues for wrapped code lines with pagebreakJean-François B2022-06-292-18/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not fix entirely #10610 but it does sufficiently for it not to require reverting #10577 which tried to solve #8686 conundrum. In extreme cases, the #8686 problem meant that some contents disappeared at page bottom, so it is probably better to maintain #10577 which will avoid any such overflow of code beyond its frame, even though in some specific cases (a colored entity such as a long string is partly on both pages), some syntax highlighting gets lost. There are anyhow other issues with colors for wrapped code lines, even with no pagebreaks involved, such as #10615. This patch does not change the situation there.
| * | | LaTeX commentsJean-François B2022-06-292-6/+9
| | | |
| * | | Merge pull request #10609 from jfbu/latex_comments_code-blocksJean-François B2022-06-281-1/+15
| |\ \ \ | | |_|/ | |/| | LaTeX: some code comments (technical) and minor changes
| | * | LaTeX: some code comments (technical) and minor changesJean-François B2022-06-271-1/+15
| |/ /
| * | Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-2613-17/+18
| | |
| * | py domain: Ignore aliases for resolving `:any:` cross-references (#10089)Joachim Jablon2022-06-263-0/+12
| | | | | | | | | | | | Co-authored-by: Joachim Jablon <joachim.jablon@people-doc.com>
| * | Replace `napoleon.iterators` by simpler stack implementation (#9856)Antony Lee2022-06-265-31/+64
| | |
| * | [DOC] Fix sectioning level in usage/configuration.rstjfbu2022-06-261-1/+1
| | | | | | | | | | | | The conf.py example ended up as sub-section of previous one
| * | LaTeX: fix #8686 Text can fall out of code-block at end of page (#10577)Jean-François B2022-06-262-50/+107
| | | | | | | | | When wrapping long code lines, recover the TeX "hbox"es and trick fancyvrb into considering each as an input code line. This way, pagebreaks are allowed. No change to existing output (in particular, codeline number is printed only once) when the wrapped line had place on current page.
| * | Minor cross-linking improvements in usage/restructuredtext/roles.rstjfbu2022-06-261-3/+3
| | |
| * | Improve mark-up in docs (follow-up to PR #10366)jfbu2022-06-263-3/+4
| | |
| * | Fix markup in CHANGES for a 5.1.0 Features added entryjfbu2022-06-261-1/+1
| | |
| * | Merge pull request #10581 from tk0miya/10579_i18n_UnboundLocalErrorTakeshi KOMIYA2022-06-262-0/+2
| |\ \ | | | | | | | | Fix #10579: i18n: UnboundLocalError is raised on translating raw directive
| | * | Fix #10579: i18n: UnboundLocalError is raised on translating raw directiveTakeshi KOMIYA2022-06-192-0/+2
| | | |
| * | | Merge pull request #10600 from sphinx-doc/bot/pull-translationsTakeshi KOMIYA2022-06-26127-1788/+1788
| |\ \ \ | | | | | | | | | | Update message catalogs
| | * | | Update message catalogstk0miya2022-06-26127-1788/+1788
| |/ / /
| * | | Test with Docutils 0.19 prereleases (#10598)Adam Turner2022-06-252-3/+11
| | | |
| * | | Replace deprecated logging.warn with logging.warning (#10592)Hugo van Kemenade2022-06-252-4/+4
| | | |
| * | | Reduce content in the `sphinx-quickstart` `conf.py` file (#10571)Pradyun Gedam2022-06-252-66/+20
| | | |
| * | | Ensure ObjectDescription signature nodes include line numbers (#10249)Jeremy Maitin-Shepard2022-06-232-0/+25
| | | | | | | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
| * | | Fix another whitespace issue in CHANGESjfbu2022-06-201-2/+2
| | | |
| * | | Fix mark-up in CHANGESjfbu2022-06-201-1/+1
| | | |
| * | | doc linting: Re-enable a check (#10573)Julien Palard2022-06-191-1/+1
| | | |
| * | | Fix parsing of options with enabled option_emphasise_placeholders (#10565)Martin Liška2022-06-192-17/+21
| | | |
| * | | Merge pull request #10580 from sphinx-doc/bot/pull-translationsTakeshi KOMIYA2022-06-19126-16530/+16530
| |\ \ \ | | |/ / | |/| | Update message catalogs