summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update CHANGES for PR #11113Jean-François B2023-04-031-0/+2
|
* Consider duplicate names when using image post transforms (#11113)aaron-cooper2023-04-031-1/+2
| | | Closes: #11110
* Fix error message wording in builders/latex/transforms.pyJean-François B2023-04-011-3/+5
| | | | | And make it and the two other ones there translatable strings. Using .format for the f-string.
* Update CHANGES for PR #11276Jean-François B2023-03-311-1/+2
| | | | | The initial formulation was wrong, as the bug did not break PDF builds, but created wrong links
* Let the #11276 test actually be one which would have failed earlierJean-François B2023-03-311-0/+10
|
* Resolve lint errors from Ruff 0.0.260Adam Turner2023-03-315-4/+12
|
* Run Ruff linting with a known-to-work versionAdam Turner2023-03-311-4/+11
| | | | | | | This means that CI tests will only fail if the 'known good' version fails. If the latest version of Ruff fails, perhaps due to new checks, CI will not fail overall, but the failures from the latest version will be reported.
* Update CHANGESJean-François B2023-03-311-1/+1
| | | | | | This is only to relaunch Windows CI which has a problem seen already in the past with test_gettext_dont_rebuild_mo. I don't understand why this happens on Windows and can't test directly on Windows.
* Fix #11274: external links may break PDF build if under \sphinxupquoteJean-François B2023-03-314-2/+24
|
* Ignore SIM910 for time being to appease flake8-simplify 0.20.0Jean-François B2023-03-311-0/+1
|
* Pin to ruff==0.0.259 (provisory)Jean-François B2023-03-311-1/+1
| | | | | This is because I would like CI to succeed for a while in order to merge some LaTeX patch.
* LaTeX: rename ``\sphinxnotetitle`` into ``\sphinxstylenotetitle`` (etc)Jean-François B2023-03-274-76/+73
| | | | | Follow-up to #11266. Using \sphinxstyle prefix looked a posteriori better, for coherency, although it is a bit long.
* Update CHANGESJean-François B2023-03-271-2/+3
|
* LaTeX: let \sphinxremovefinalcolon work also if no colon in inputJean-François B2023-03-272-7/+28
|
* Fix typos found by codespellDimitri Papadopoulos2023-03-2716-20/+20
|
* LaTeX: add \sphinxnotetitle et al.Jean-François B2023-03-264-41/+101
| | | | | | | | In passing I reverted some deprecation I had added at 6bf40599e to some internals of the sphinxadmonition environment, as it does not look that pressing anyhow and the redundant namings of two colors in particular may nevertheless prove useful to user \renewcommand's, as they avoid to have to refer to \spx@noticetype.
* LaTeX: let mark-up for seealso directive use explicit colon (fix #11264)Jean-François B2023-03-265-11/+11
|
* Provis. ignore onerror depr. warn when install. DocUtils with 3.12-devJean-François B2023-03-261-0/+6
|
* Fix syntax in ``:manpage:`` role example (#11249)Hugo van Kemenade2023-03-241-1/+1
|
* Remove ``sphinx.locale.setlocale``Adam Turner2023-03-247-33/+13
|
* Increase ``test_linkcheck`` timeoutsAdam Turner2023-03-249-13/+9
|
* Update CHANGES for Sphinx 6.2.0Adam Turner2023-03-241-0/+21
|
* Normalise spelling of Sphinx versionsAdam Turner2023-03-243-22/+21
|
* Speed up ``test_linkcheck``Adam Turner2023-03-2418-120/+192
|
* Resolve lint errors from Ruff 0.0.259Adam Turner2023-03-236-5/+7
|
* Remove obsolete workarounds in ``doc/conf.py`` (#11250)Dmitry Shachnev2023-03-231-16/+0
| | | | | | | Loading jQuery is not needed since January 2023: https://github.com/readthedocs/readthedocs.org/pull/9861 And exposing app.{info,warn,debug} is not needed since September 2018: https://github.com/readthedocs/readthedocs-sphinx-ext/pull/51
* Docs: Add a link to sphinx-extensions (#11260)Benjamin Balder Bach2023-03-231-2/+4
|
* Add missing quotes in html 4 deprecation textRafael Fontenelle2023-03-211-1/+1
|
* LaTeX: comment applied workaround to pict2e 0.4b breaking ellipse.styJean-François B2023-03-201-7/+4
|
* LaTeX: doc updatesJean-François B2023-03-201-8/+9
| | | | modified: doc/latex.rst
* LaTeX: update doc, trim unneeded extra examplesJean-François B2023-03-201-66/+30
|
* LaTeX: unneeded 4 code lines from #11254 trimmedJean-François B2023-03-191-5/+1
| | | | | At some point after having inserted these extras I had ensured that rx and ry where either both zero or both positive, making them unneeded.
* Update CHANGES for PR #11254Jean-François B2023-03-191-0/+1
|
* LaTeX: support elliptical corners in rounded boxesJean-François B2023-03-192-82/+225
|
* LaTeX: remove more-or-less obsolete docJean-François B2023-03-191-13/+0
|
* LaTeX: fix nits with some mark-up in doc and code commentJean-François B2023-03-193-4/+4
|
* Update CHANGESJean-François B2023-03-191-2/+3
|
* LaTeX: warn about \sphinxbox addstrut default possibly changed at 7.0.0Jean-François B2023-03-191-4/+10
|
* LaTeX: add <prefix>_{TeXcolor,TeXextras} optionsJean-François B2023-03-197-71/+206
| | | | | | | | And add <type>TextColor and <type>TeXextras for <type>=hint, important, note, tip for variants which do not trigger for sphinxheavybox but still uses sphinxlightbox (suitably enhanced). Similar named TeXcolor and TeXextras options for \sphinxbox.
* LaTeX: refactor some internals related to color namesJean-François B2023-03-195-29/+43
|
* LaTeX: reset options in nested \sphinxbox'esJean-François B2023-03-193-14/+53
|
* Resolve lint errors from Ruff 0.0.257Adam Turner2023-03-182-17/+18
|
* Remove useless compatability importsAdam Turner2023-03-171-7/+0
| | | | | | This exposed names at ``sphinx.builders.html.sphinxcontrib.serializinghtml``, etc, which offers no benefit. This was originally broken in commit 9dfbfbf16b9873de3ff94984e40b5bc41e28005e, four years ago.
* Split ``sphinx.application.builtin_extensions`` into groupsAdam Turner2023-03-171-4/+10
| | | | | This is a preparatory step for when eventually the ``sphinxcontrib`` extensions are no longer loaded by default.
* Miscellaneous ``intersphinx`` refactorsAdam Turner2023-03-171-9/+15
| | | | | | - Refactor usage of ``inventories.cache`` in ``load_mappings()`` - Iterate once over ``cached_vals`` - Avoid a line continuation character in ``_resolve_reference()``
* Improve static typing in ``intersphinx`` et alAdam Turner2023-03-174-24/+53
|
* Require Docutils 0.18.1 or greaterAdam Turner2023-03-171-1/+1
| | | | | | ``Node.findall()`` was introduced in `Docutils 0.18.1`__ __ https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-1-2021-12-23
* Deprecate legacy ``intersphinx_mapping`` format (#11247)Adam Turner2023-03-173-12/+35
| | | This format was made obsolete in Sphinx 1.0, but never formally deprecated.
* Include source in highlighting warnings (#11150)Jeremy Maitin-Shepard2023-03-174-6/+7
| | | | | | | | | | | | | If pygments fails to lex a source string as the specified highlight language, Sphinx prints a warning. Previously, that warning did not include the actual source text, although it does include location information. However, in some cases the location information may be missing, there may be multiple highlighted literals on the same line, or the rST is automatically generated somehow. In such cases, it can be difficult to determine the source text that led to the error. With this change, the source text is included in the warning.
* Remove deprecated code in ``sphinx.builders.linkcheck`` (#11089)danieleades2023-03-171-8/+4
| | | Co-authored-by: daniel.eades <daniel.eades@hotmail.com>