Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow ``copyright`` to contain multiple entries (#10983) | Stefanie Molin | 2023-05-11 | 2 | -1/+5 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Allow multi-line object description signatures (#11011) | TLouf | 2023-05-11 | 3 | -0/+151 |
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-authored-by: Jean-François B <2589111+jfbu@users.noreply.github.com> Co-authored-by: TLouf <loufthomas@gmail.com> | ||||
* | Warn on deprecated Python-specific index types (#11412) | Adam Turner | 2023-05-09 | 2 | -16/+60 |
| | |||||
* | Remove deprecated ``style`` key for HTML templates (#11381) | Adam Turner | 2023-04-28 | 1 | -16/+0 |
| | |||||
* | Remove the deprecated Setuptools integration (#11363) | Adam Turner | 2023-04-27 | 5 | -206/+1 |
| | |||||
* | Remove unneeded JavaScript from ``sphinx13`` theme | Adam Turner | 2023-04-23 | 1 | -134/+0 |
| | |||||
* | Note correct deprecation version for ``sphinx.util.osutil.cd`` | Adam Turner | 2023-04-23 | 1 | -1/+1 |
| | |||||
* | Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵ | James Addison | 2023-04-23 | 2 | -46/+8 |
| | | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47. | ||||
* | Create a 'search field' component for themes (#11045) | Tim Hoffmann | 2023-04-21 | 2 | -1/+6 |
| | | | | | | | | | | | | | ``searchfield.html`` is similar to the existing ``searchbox.html``, but does not have the heading "Quick Search". Instead, it uses "Search" as a placeholder text. This gives a cleaner and less cluttered appearance. The searchfield component is added to the basic theme and thus can be used in any derivative theme. It is not used by default for backward compatibility. The searchfield compenent is made the default in the sphinx13 theme. CSS changes ensure that the top of the search field is aligned with the top of the main content. | ||||
* | Add link to Weblate's Sphinx docs in intl documentation (#11332) | Maciej Olko | 2023-04-16 | 1 | -0/+7 |
| | | | Add link to Weblate in intl documentation | ||||
* | Use longtable for our document in PDF format | Jean-François B | 2023-04-11 | 1 | -0/+1 |
| | | | | | Previous commit applied longtable class to the next one, but this still left the previous table prevent an earlier page break. | ||||
* | Use a :class:`longtable` in our document for LaTeX PDF output | Jean-François B | 2023-04-11 | 1 | -0/+1 |
| | | | | Now that #11268 has been fixed via #11319. | ||||
* | Add a missing word in ``doc/development/theming.rst`` (#11301) | James Addison | 2023-04-07 | 1 | -1/+1 |
| | |||||
* | Support and prefer ``.jinja`` to ``_t`` for static templates (#11165) | James Addison | 2023-04-07 | 2 | -8/+46 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Enable 'nit-picky mode' for Sphinx's documentation | Adam Turner | 2023-04-06 | 22 | -54/+122 |
| | | | | | Fix several reference errors throughout the documentation and set ``nitpick_ignore`` in ``doc/conf.py``. | ||||
* | Add an option for displaying short ``Literal`` types (#11109) | Adam Turner | 2023-04-05 | 1 | -0/+30 |
| | | | | | | The new ``python_display_short_literal_types`` configuration option for the ``py`` domain controls display of PEP 586 ``Literal`` types. The 'short' format is inspired by PEP 604, using the bitwise OR operator to distinguish the possible legal values for the argument. | ||||
* | Update doc and CHANGES for PR #11281 | Jean-François B | 2023-04-03 | 1 | -0/+25 |
| | |||||
* | LaTeX: rename ``\sphinxnotetitle`` into ``\sphinxstylenotetitle`` (etc) | Jean-François B | 2023-03-27 | 1 | -49/+48 |
| | | | | | Follow-up to #11266. Using \sphinxstyle prefix looked a posteriori better, for coherency, although it is a bit long. | ||||
* | LaTeX: let \sphinxremovefinalcolon work also if no colon in input | Jean-François B | 2023-03-27 | 1 | -0/+10 |
| | |||||
* | Fix typos found by codespell | Dimitri Papadopoulos | 2023-03-27 | 2 | -2/+2 |
| | |||||
* | LaTeX: add \sphinxnotetitle et al. | Jean-François B | 2023-03-26 | 1 | -0/+21 |
| | | | | | | | | 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 B | 2023-03-26 | 1 | -4/+6 |
| | |||||
* | Fix syntax in ``:manpage:`` role example (#11249) | Hugo van Kemenade | 2023-03-24 | 1 | -1/+1 |
| | |||||
* | Normalise spelling of Sphinx versions | Adam Turner | 2023-03-24 | 2 | -5/+4 |
| | |||||
* | Remove obsolete workarounds in ``doc/conf.py`` (#11250) | Dmitry Shachnev | 2023-03-23 | 1 | -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 Bach | 2023-03-23 | 1 | -2/+4 |
| | |||||
* | LaTeX: doc updates | Jean-François B | 2023-03-20 | 1 | -8/+9 |
| | | | | modified: doc/latex.rst | ||||
* | LaTeX: update doc, trim unneeded extra examples | Jean-François B | 2023-03-20 | 1 | -66/+30 |
| | |||||
* | LaTeX: support elliptical corners in rounded boxes | Jean-François B | 2023-03-19 | 1 | -36/+50 |
| | |||||
* | LaTeX: remove more-or-less obsolete doc | Jean-François B | 2023-03-19 | 1 | -13/+0 |
| | |||||
* | LaTeX: fix nits with some mark-up in doc and code comment | Jean-François B | 2023-03-19 | 1 | -2/+2 |
| | |||||
* | LaTeX: warn about \sphinxbox addstrut default possibly changed at 7.0.0 | Jean-François B | 2023-03-19 | 1 | -4/+10 |
| | |||||
* | LaTeX: add <prefix>_{TeXcolor,TeXextras} options | Jean-François B | 2023-03-19 | 1 | -41/+104 |
| | | | | | | | | 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: reset options in nested \sphinxbox'es | Jean-François B | 2023-03-19 | 1 | -4/+10 |
| | |||||
* | Deprecate legacy ``intersphinx_mapping`` format (#11247) | Adam Turner | 2023-03-17 | 1 | -11/+23 |
| | | | This format was made obsolete in Sphinx 1.0, but never formally deprecated. | ||||
* | Display examples of roles in the documentation (#11226) | Hugo van Kemenade | 2023-03-17 | 1 | -9/+38 |
| | | | | Show examples of roles in the docs so we can see how they look. Seeing how roles are displayed helps us decide whether to use them. | ||||
* | LaTeX: let rounded boxes support up to 4 distinct border-widths | Jean-François B | 2023-03-15 | 1 | -17/+33 |
| | | | | | | | Internally replace "strokepath" operation for drawing the border (which mandated constant border-width) by only "fillpath" operations. This also allowed to significantly simplify some other aspects of the code related to box-decoration-break=slice. | ||||
* | LaTeX: add boolean option addstrut to \sphinxbox/\sphinxboxsetup | Jean-François B | 2023-03-14 | 1 | -3/+12 |
| | |||||
* | LaTeX: also admonition directives support box-decoration-break=slice | Jean-François B | 2023-03-13 | 1 | -4/+11 |
| | |||||
* | LaTeX: encapsulate dimension options in \dimexpr | Jean-François B | 2023-03-13 | 1 | -15/+24 |
| | |||||
* | LaTeX: polish code comments | Jean-François B | 2023-03-13 | 1 | -5/+5 |
| | |||||
* | LaTeX: mumble with trailing whitespaces in latex.rst | Jean-François B | 2023-03-12 | 1 | -2/+2 |
| | |||||
* | LaTeX: documentation and a mark-up fix in latex.rst | Jean-François B | 2023-03-12 | 1 | -34/+41 |
| | |||||
* | Fix #11235: LaTeX: ``\color`` may cause color leaks in topic or notices | Jean-François B | 2023-03-12 | 1 | -2/+1 |
| | |||||
* | LaTeX: add support for styling ``note`` (``hint``, ...) similarly as ↵ | Jean-François B | 2023-03-12 | 1 | -244/+289 |
| | | | | ``warning`` ( ``danger``, ...) (#11234) | ||||
* | LaTeX: fix some documentation from #11224 | Jean-François B | 2023-03-07 | 1 | -9/+24 |
| | |||||
* | Update some LaTeX comments and documentation after #11224 | Jean-François B | 2023-03-07 | 1 | -1/+0 |
| | |||||
* | LaTeX: ``\sphinxbox`` for boxing inline text elements | Jean-François B | 2023-03-07 | 1 | -3/+62 |
| | |||||
* | Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd`` | Adam Turner | 2023-03-05 | 1 | -0/+5 |
| | |||||
* | Make ``--jobs`` a synonym for ``-j`` (#11210) | Hugo van Kemenade | 2023-03-05 | 1 | -1/+4 |
| | | | Make --jobs a synonym for -j |