Revisions of python-Sphinx
Dirk Mueller (dirkmueller)
committed
(revision 274)
Dirk Mueller (dirkmueller)
committed
(revision 273)
- update to 8.1.3: * #13013: Restore support for :func:`!cut_lines` with no object type. Patch by Adam Turner. * #13012: Expose :exc:`sphinx.errors.ExtensionError` in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. :exc:`!ExtensionError` has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner. * #13006: Use the preferred https://www.cve.org/ URL for the :rst:role:`:cve: <cve>` role. Patch by Hugo van Kemenade. * #13007: LaTeX: Improve resiliency when the required fontawesome or fontawesome5 packages are not installed. Patch by Jean-François B. * #12756: Add lower-bounds to the sphinxcontrib-* dependencies. Patch by Adam Turner. * #12833: Update the LaTeX parskip package from 2001 to 2018. Patch by Jean-François B. * #12763: Remove unused internal class sphinx.util.Tee. Patch by Adam Turner. * #12822: LaTeX: for Unicode engines, the :ref:`fvset` default is changed to '\fvset{fontsize=auto}' from '\fvset{fontsize=\small}'. Code-blocks are unchanged as FreeMono is now loaded with Scale=0.9. An adjustment to existing projects is needed only if they used a custom :ref:`fontpkg` configuration and did not set :ref:`fvset`. Patch by Jean-François B. * #12875: Disable smartquotes for languages: zh_CN and zh_TW by default. Patch by A. Rafey Khan. * #12762: Deprecate sphinx.util.import_object. Use :py:func:`importlib.import_module` instead. Patch by Adam
buildservice-autocommit
accepted
request 1198296
from
Dirk Mueller (dirkmueller)
(revision 272)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1198168
from
Christoph G (mathletic)
(revision 271)
- update to 8.0.2 * #12633: Drop Python 3.9 support. * Remove deprecated functions from sphinx.util: + Removed sphinx.util.path_stabilize (use sphinx.util.osutil.path_stabilize). + Removed sphinx.util.display_chunk (use sphinx.util.display.display_chunk). + Removed sphinx.util.status_iterator (use sphinx.util.display.status_iterator). + Removed sphinx.util.SkipProgressMessage (use sphinx.util.display.SkipProgressMessage). + Removed sphinx.util.progress_message (use sphinx.util.display.progress_message). + Removed sphinx.util.epoch_to_rfc1123 (use sphinx.http_date.epoch_to_rfc1123). + Removed sphinx.util.rfc1123_to_epoch (use sphinx.http_date.rfc1123_to_epoch). + Removed sphinx.util.save_traceback (use sphinx.exceptions.save_traceback). + Removed sphinx.util.format_exception_cut_frames (use sphinx.exceptions.format_exception_cut_frames). + Removed sphinx.util.xmlname_checker (use sphinx.builders.epub3._XML_NAME_PATTERN). + Removed sphinx.util.osutil.cd() (use contextlib.chdir()). + Removed sphinx.util.typing.stringify() (use sphinx.util.typing.stringify_annotation()). * #12593: Raise an error for invalid html_sidebars values. * #12593: Raise an error in Theme.get_config() for invalid sections. * #11693: Remove support for old-style Makefile and make.bat output in sphinx-quickstart. * #11693: Remove the --no-use-make-mode, -M, --use-make-mode, and -m options from sphinx-quickstart. * Removed the tuple interface to sphinx.ext.autodoc.ObjectMember. * #12630: Sphinx 8 makes two changes to the linkcheck configuration defaults: + linkcheck_allow_unauthorized is now False by default. + linkcheck_report_timeouts_as_broken is now False by default. * #12597: Change the default of show_warning_types from False to True. * #12083: Remove support for the old (2008–2010) Sphinx 0.5 and Sphinx 0.6 intersphinx_mapping format. * #12096: Do not overwrite user-supplied files when copying assets unless forced with force=True. * #12646: Remove sphinx.util.inspect.isNewType(). Use isinstance(obj, typing.NewType) instead on Python 3.10 and newer. * Remove the long-deprecated (since Sphinx 2) alias to VersionChange in sphinx.directives.other (Deprecated since Sphinx 2). Use sphinx.domains.changeset.VersionChange directly.
buildservice-autocommit
accepted
request 1188421
from
Dirk Mueller (dirkmueller)
(revision 270)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 269)
Dirk Mueller (dirkmueller)
committed
(revision 268)
- update to 7.4.5: * #12593, #12600: Revert coercing the type of selected :confval:`html_sidebars` values to a list. Log an error message when string values are detected. Patch by Adam Turner. * #12594: LaTeX: since 7.4.0, :rst:dir:`seealso` and other "light" admonitions now break PDF builds if they contain a :dudir:`figure` directive; and also if they are contained in a table cell (rendered by tabulary). Patch by Jean-François B. * #12585, #12586: Do not warn when an intersphinx inventory contains case-insensitively ambiguous duplicate items. Patch by James Addison. * #12582: Restore support for list-styled :confval:`source_suffix` values with extensions that register parsers. Patch by Adam Turner. * #12580, #12583: Resolve failures with the C domain on incremental builds with Sphinx 7.3.7 and earlier. Patch by Adam Turner. * Fix invalid HTML when a rubric node with invalid heading- level is used. Patch by Adam Turner. * #12579, #12581: Restore support for typing.ParamSpec in autodoc. Patch by Adam Turner. * #12555: Drop Docutils 0.18.1 and Docutils 0.19 support. Patch by Adam Turner. * LaTeX: the xcolor package is now required (but is for example part of Ubuntu texlive-latex-recommended which has always been required). * LaTeX: the fontawesome5 LaTeX package is needed for the default choices of icons now used in admonition titles in PDF
buildservice-autocommit
accepted
request 1184035
from
Dirk Mueller (dirkmueller)
(revision 267)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 266)
Dirk Mueller (dirkmueller)
committed
(revision 265)
Dirk Mueller (dirkmueller)
committed
(revision 264)
- update to 7.3.7: * #12299: Defer loading themes defined via entry points until their explicit use by the user or a child theme. Patch by Adam Turner. * #12305: Return the default value for theme.get_config() with an unsupported theme configuration section. Patch by Adam Turner. * #12295: Re-export all AST types in the C and C++ domains. Patch by Adam Turner. * #12295: Re-export various objects from sphinx.domains.python._annotations in sphinx.domains.python. Patch by Jacob Chesslo and Adam Turner. * #12295: Re-export various objects from sphinx.domains.python._object in sphinx.domains.python. Patch by Jacob Chesslo and Adam Turner. * Handle cases when Any is not an instance of type. Patch by Adam Turner. * #12290: Fix a false-positive warning when setting a configuration value with Any as the valid type to a type other than the value's default. Patch by Adam Turner. * Preload all themes defined via entry points. Patch by Adam Turner. * Fix a bad interaction between the 'Furo' theme and the new- style for configuration values. Patch by Adam Turner. * Require tomli on Python 3.10 and earlier. Patch by Adam Turner. * #11858: Increase the minimum supported version of Alabaster to 0.7.14. Patch by Adam Turner. * #11411: Support Docutils 0.21. Patch by Adam Turner. * #12012: Use types-docutils instead of docutils-stubs.
buildservice-autocommit
accepted
request 1169646
from
Daniel Garcia (dgarcia)
(revision 263)
baserev update by copy to link target
Daniel Garcia (dgarcia)
accepted
request 1169645
from
Daniel Garcia (dgarcia)
(revision 262)
- Add fix-test-expectation-for-enum-rendering-on-python-3.12.3.patch gh#sphinx-doc/sphinx#12293, bsc#1223128
buildservice-autocommit
accepted
request 1153136
from
Matej Cepl (mcepl)
(revision 261)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 1152961
from
Ana Guerrero (anag+factory)
(revision 260)
IMPORTANT: It would be better to fix/update the test, so if you can fix this please do so. I'm sending this SR because this have been holding the updates of ImageMagick and php-imagick for almost 2 months now. Changes: - Disable test test_ext_imgconverter.
buildservice-autocommit
accepted
request 1134224
from
Daniel Garcia (dgarcia)
(revision 259)
baserev update by copy to link target
Daniel Garcia (dgarcia)
accepted
request 1134215
from
Daniel Garcia (dgarcia)
(revision 258)
- Add upstream patch fix-autodoc-tests-python-3117.patch to make it work with python 3.11.7 gh#sphinx-doc/sphinx#11793
buildservice-autocommit
accepted
request 1131205
from
Dirk Mueller (dirkmueller)
(revision 257)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 256)
- avoid xdist - not used by upstream and unstable (and not improving the build time by more than 25%)
Dirk Mueller (dirkmueller)
committed
(revision 255)
- remove setuptools requires
Displaying revisions 1 - 20 of 274