14
0
forked from pool/python-Sphinx

Commit Graph

  • 7bb7d85904 Accepting request 1301462 from devel:languages:python main Ana Guerrero 2025-08-27 19:33:37 +00:00
  • de9b89342b fix with kernel script Markéta Machová 2025-08-26 15:41:06 +00:00
  • 1def297b65 fix macro name Markéta Machová 2025-08-25 13:31:12 +00:00
  • 1001f43bf9 - Convert to libalternatives on SLE-16-based and newer systems Markéta Machová 2025-08-25 13:07:55 +00:00
  • 17006c6ed4 Accepting request 1254023 from devel:languages:python Ana Guerrero 2025-03-21 19:21:25 +00:00
  • d79d30577b include locale again Markéta Machová 2025-03-18 08:05:16 +00:00
  • 72ffa0c4c7 Accepting request 1253092 from home:mcalabkova:branches:devel:languages:python Matej Cepl 2025-03-15 11:04:35 +00:00
  • f36f4bcaeb Accepting request 1252308 from home:dgarcia:branches:devel:languages:python Dirk Mueller 2025-03-12 14:10:49 +00:00
  • a09c151b64 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=279 Dirk Mueller 2025-03-11 12:34:42 +00:00
  • b5cdc6f1eb - update to 8.2.0: * #13000: Drop Python 3.10 support. * #13044: Remove the internal and undocumented has_equations data from the :py:class:!MathDomain domain. The undocumented :py:meth:!MathDomain.has_equations method now unconditionally returns True. These are replaced by the has_maths_elements key of the page context dict. Patch by Adam Turner. * #13227: HTML output for sequences of keys in the :rst:role:kbd role no longer uses a <kbd class="kbd compound"> element to wrap the keys and separators, but places them directly in the relevant parent node. This means that CSS rulesets targeting kbd.compound or .kbd.compound will no longer have any effect. Patch by Adam Turner. * #13037: Deprecate the SingleHTMLBuilder.fix_refuris method. Patch by James Addison. * #13083, #13330: Un-deprecate sphinx.util.import_object. Patch by Matthias Geier. * #13173: Add a new duplicate_declaration warning type, with duplicate_declaration.c and duplicate_declaration.cpp subtypes. Patch by Julien Lecomte and Adam Turner. * #11824: linkcode: Allow extensions to add support for a domain by defining the keys that should be present. Patch by Nicolas Peugnet. * #13144: Add a class option to the :rst:dir:autosummary directive. Patch by Tim Hoffmann. * #13146: Napoleon: Unify the type preprocessing logic to allow Google-style docstrings to use the optional and default keywords. Patch by Chris Barrick. * #13227: Implement the :rst:role:kbd role as a SphinxRole. Dirk Mueller 2025-03-11 12:21:11 +00:00
  • 19c067cdb1 Accepting request 1238996 from devel:languages:python Ana Guerrero 2025-01-23 16:57:05 +00:00
  • 27eb671658 re-add dependency defusedxml Markéta Machová 2025-01-20 11:12:56 +00:00
  • 4d5255cf50 Accepting request 1238539 from home:mcalabkova:branches:devel:languages:python Steve Kowalik 2025-01-20 01:16:53 +00:00
  • 0537d14363 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=274 Dirk Mueller 2024-11-21 09:00:53 +00:00
  • b526dbf64b - 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 Dirk Mueller 2024-11-20 17:51:33 +00:00
  • e1981e8fde Accepting request 1198296 from devel:languages:python Ana Guerrero 2024-09-18 13:26:04 +00:00
  • 2a5848684e Accepting request 1198168 from home:mathletic:branches:devel:languages:python Dirk Mueller 2024-09-02 12:31:18 +00:00
  • d7f74442bb Accepting request 1188421 from devel:languages:python Ana Guerrero 2024-07-22 15:13:58 +00:00
  • c915bccf38 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=269 Dirk Mueller 2024-07-18 08:06:54 +00:00
  • b71c249b07 - 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 Dirk Mueller 2024-07-18 07:31:20 +00:00
  • 2e20f195ab Accepting request 1184035 from devel:languages:python Ana Guerrero 2024-07-03 18:29:39 +00:00
  • f32e149a5e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=266 Dirk Mueller 2024-06-29 20:14:06 +00:00
  • d3193d296d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=265 Dirk Mueller 2024-06-29 15:46:42 +00:00
  • 4ce858e5ab - 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. Dirk Mueller 2024-06-29 07:06:09 +00:00
  • ecf89c577f Accepting request 1169646 from devel:languages:python Ana Guerrero 2024-04-23 16:55:08 +00:00
  • 8abec6f647 Accepting request 1169645 from home:dgarcia:branches:devel:languages:python:Factory Daniel Garcia 2024-04-22 10:23:04 +00:00
  • 51cbab92d6 Accepting request 1153136 from devel:languages:python Dominique Leuenberger 2024-03-01 22:34:20 +00:00
  • 5f5174c6de Accepting request 1152961 from home:anag+factory:Staging Matej Cepl 2024-02-29 09:14:38 +00:00
  • c062df9248 Accepting request 1134224 from devel:languages:python Ana Guerrero 2023-12-21 22:37:29 +00:00
  • e816a1b0f9 Accepting request 1134215 from home:dgarcia:branches:devel:languages:python:Factory Daniel Garcia 2023-12-20 13:08:26 +00:00
  • 14e9a71cb8 Accepting request 1131205 from devel:languages:python Ana Guerrero 2023-12-07 18:08:55 +00:00
  • 355635d8fd - avoid xdist - not used by upstream and unstable (and not improving the build time by more than 25%) Dirk Mueller 2023-12-05 20:13:48 +00:00
  • 3c38f195ae - remove setuptools requires Dirk Mueller 2023-12-01 19:20:10 +00:00
  • c0e0743c8a Accepting request 1111065 from devel:languages:python Ana Guerrero 2023-09-17 17:28:42 +00:00
  • b253dc2658 - update to 7.2.6: * #11679: Add the :envvar:!SPHINX_AUTODOC_RELOAD_MODULES environment variable, which if set reloads modules when using autodoc with `TYPE_CHECKING = True. * #11679: Use :py:func:importlib.reload` to reload modules in autodoc. * autodoc: Support positional-only parameters in classmethod methods * Restore support string methods on path objects. This is deprecated and will be removed in Sphinx 8. Use os.fspath() to convert Path * linkcheck: Resolve hanging tests for timezones west of London and * Add the :no-typesetting: option to suppress textual output and only * Restored the the str interface of the asset classes (_CascadingStyleSheet and _JavaScript), which several extensions relied upon. This will be variables/structure members * html: HTML logo or Favicon specified as file not being found on output * #8959: using UNIX path separator in image directive confuses Sphinx on Windows bracketed, not braced (and is anyhow not needed) - Add sphinx-pr8520-fix-AliasNode-copy.patch to fix failing - add sphinx-pygments-compat.patch (fix tests with newer pygments) module has submodules - Recommends only on SUSE - Move sphinxcontrib namespace into seperate package to avoid - Split latex-related stuff into its own subpackage so we can - Be explicit about six version requirements anymore. If you want to keep italic style, adapt your stylesheet. figure numbers instead # symbol. unused_docs have been removed. font. Custom writers will have to be adapted to handle this node. lineno-match option. Thanks to Jeppe Pihl. - Add sphinx-setup_command_unicode.patch: Backport of Dirk Mueller 2023-09-14 10:17:23 +00:00
  • 60c76458e5 Accepting request 1109692 from devel:languages:python Ana Guerrero 2023-09-10 11:09:31 +00:00
  • 2277a67437 - update to 7.2.5: * #11645: Fix a regression preventing autodoc from importing modules within packages that make use of `if typing.TYPE_CHECKING: to guard circular imports needed by type checkers. * #11634: Fixed inheritance diagram relative link resolution for sibling files in a subdirectory. * #11659: Allow ?config=... in :confval:mathjax_path. * #11654: autodoc: Fail with a more descriptive error message when an object claims to be an instance of type, but is not a class. * 11620: Cease emitting :event:source-read events for files read via the :dudir:include directive. * 11620: Add a new :event:include-read for observing and transforming the content of included files via the :dudir:include directive. * #11627: Restore support for copyright lines of the form YYYY when SOURCE_DATE_EPOCH` is set. Dirk Mueller 2023-09-07 10:47:50 +00:00
  • b3f04eef0d Accepting request 1108105 from devel:languages:python Ana Guerrero 2023-09-04 20:52:28 +00:00
  • 3c4f12a107 I said requires ... Markéta Machová 2023-08-30 11:49:00 +00:00
  • dbe1b80e18 Accepting request 1108097 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2023-08-30 11:46:18 +00:00
  • 96f1267e79 Accepting request 1105478 from home:mcalabkova:branches:devel:languages:python:setuptools Markéta Machová 2023-08-23 12:29:29 +00:00
  • 6696c2f52a - update to 7.1.2: * #11542: linkcheck: Properly respect :confval:linkcheck_anchors and do not spuriously report failures to validate anchors. Dirk Mueller 2023-08-07 08:19:17 +00:00
  • 6aa0a6f18c Accepting request 1101202 from home:marxin:branches:devel:languages:python Dirk Mueller 2023-07-29 09:12:43 +00:00
  • dc14c32280 Accepting request 1087108 from devel:languages:python Dominique Leuenberger 2023-05-15 14:54:00 +00:00
  • 53bc31d977 - update to 7.0.1: * Support Docutils 0.20_. * #11418: Clean up remaining references to `sphinx.setup_command` following the removal of support for setuptools. Dirk Mueller 2023-05-14 15:28:29 +00:00
  • faef9b2c35 Accepting request 1083965 from devel:languages:python Dominique Leuenberger 2023-05-04 15:09:43 +00:00
  • 65c438c865 Accepting request 1083719 from home:marxin:branches:devel:languages:python Dirk Mueller 2023-05-02 08:35:51 +00:00
  • 33a7daa1e2 Accepting request 1083126 from devel:languages:python Dominique Leuenberger 2023-04-28 14:22:22 +00:00
  • 84ab6acabd - For PSP packages don't include documentation at all. The building of Sphinx documentation is so complicated, that it is not possible to include it in the main package. Dirk Mueller 2023-04-26 21:16:56 +00:00
  • 0c85852649 Accepting request 1082726 from home:marxin:branches:devel:languages:python Dirk Mueller 2023-04-26 21:13:54 +00:00
  • a323631fc4 Accepting request 1082492 from devel:languages:python Dominique Leuenberger 2023-04-25 14:54:05 +00:00
  • d00c9e3b8d Accepting request 1082382 from home:marxin:branches:devel:languages:python Dirk Mueller 2023-04-24 11:22:35 +00:00
  • ada544a7eb Accepting request 1082023 from devel:languages:python Dominique Leuenberger 2023-04-22 20:02:32 +00:00
  • 6216e82cad Accepting request 1081314 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 15:02:44 +00:00
  • a1cce69544 Accepting request 1061917 from devel:languages:python Dominique Leuenberger 2023-01-30 16:09:56 +00:00
  • 609bf8cca0 - add alabaster-0713-compat.patch to fix testsuite failure with newer alabaster theme. Dirk Mueller 2023-01-29 19:39:07 +00:00
  • b31ada2067 - add alabaster-0713-compat.patch Dirk Mueller 2023-01-29 18:59:47 +00:00
  • 82222e660c Accepting request 1057676 from devel:languages:python Dominique Leuenberger 2023-01-15 16:57:51 +00:00
  • a21cdf41cb Accepting request 1057658 from home:marxin:branches:devel:languages:python Dirk Mueller 2023-01-10 21:51:34 +00:00
  • 5a0a1ae826 Accepting request 1056898 from home:marxin:branches:devel:languages:python Dirk Mueller 2023-01-09 08:19:34 +00:00
  • 75b12d2e85 Accepting request 1056250 from home:marxin:branches:devel:languages:python Markéta Machová 2023-01-05 18:55:57 +00:00
  • d143ea4ce1 - Add link to github issue for the latest patch, gh#sphinx-doc/sphinx#11067 Daniel Garcia 2023-01-04 06:30:27 +00:00
  • 44ed368a82 Accepting request 1046681 from home:marxin:branches:devel:languages:python Daniel Garcia 2023-01-04 06:27:36 +00:00
  • 4f3e8c57ee Accepting request 1045890 from home:marxin:branches:devel:languages:python Dirk Mueller 2023-01-02 09:24:35 +00:00
  • 6d1dd848dd Accepting request 1012006 from devel:languages:python Dominique Leuenberger 2022-10-28 17:28:27 +00:00
  • 921ceb8e20 Accepting request 1011246 from home:marxin:branches:devel:languages:python Dirk Mueller 2022-10-17 07:30:04 +00:00
  • c9c661de29 Accepting request 1007684 from devel:languages:python Dominique Leuenberger 2022-10-13 13:39:41 +00:00
  • 7775e1c551 Accepting request 1007682 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2022-10-03 12:33:53 +00:00
  • 2e955024c1 Accepting request 1007300 from home:marxin:branches:devel:languages:python Matej Cepl 2022-09-30 20:34:10 +00:00
  • 081a34f3af Accepting request 1006671 from home:marxin:branches:devel:languages:python Dirk Mueller 2022-09-28 16:52:39 +00:00
  • 5cc54fbe83 Accepting request 991380 from devel:languages:python Richard Brown 2022-08-01 19:28:14 +00:00
  • d10c739274 Accepting request 991350 from home:marxin:branches:devel:languages:python Matej Cepl 2022-07-27 12:33:39 +00:00
  • dc0aaf7f3c Accepting request 991065 from devel:languages:python Richard Brown 2022-07-26 17:42:07 +00:00
  • 74c6c73312 Accepting request 991054 from home:marxin:branches:devel:languages:python Matej Cepl 2022-07-25 15:58:13 +00:00
  • ae22c3e550 - Add python-Sphinx.keyring Matej Cepl 2022-07-19 18:20:24 +00:00
  • 0e037cdc75 - (bsc#1201272) Add a missing dependency of latex subpackage on tex(tgtermes.sty). Matej Cepl 2022-07-19 18:18:22 +00:00
  • 10fd2c1575 Accepting request 983571 from devel:languages:python Dominique Leuenberger 2022-06-23 08:23:15 +00:00
  • bce478d06f Accepting request 983449 from home:marxin:branches:devel:languages:python Dirk Mueller 2022-06-18 13:04:43 +00:00
  • 4c2ef61b75 Accepting request 980596 from home:stroeder:python Matej Cepl 2022-06-03 13:25:20 +00:00
  • ed440f67f6 Accepting request 979826 from home:marxin:branches:devel:languages:python Markéta Machová 2022-05-30 09:59:33 +00:00
  • 08fdd1a71a Accepting request 965429 from devel:languages:python Dominique Leuenberger 2022-03-31 15:18:27 +00:00
  • bec2daec3d Accepting request 965338 from home:marxin:branches:devel:languages:python Matej Cepl 2022-03-28 15:11:51 +00:00
  • eefc590527 Accepting request 949672 from devel:languages:python Dominique Leuenberger 2022-01-29 19:57:33 +00:00
  • d9708aa76d - SPEC cleanup Matej Cepl 2022-01-28 11:01:40 +00:00
  • 142c65d1f2 Accepting request 947727 from devel:languages:python Dominique Leuenberger 2022-01-23 15:25:38 +00:00
  • de342b62c3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=203 Matej Cepl 2022-01-20 18:27:33 +00:00
  • 3d12228397 Accepting request 947706 from home:bnavigator:branches:devel:languages:python Matej Cepl 2022-01-20 16:47:35 +00:00
  • e7173738d8 - I know it looks cool to have URLs for all Source files, but these are files in VCS and they are inherently very unstable, so it breaks our checks. Matej Cepl 2022-01-19 16:50:57 +00:00
  • 93d7fa7d3a Accepting request 947122 from home:marxin:branches:devel:languages:python Matej Cepl 2022-01-18 21:35:10 +00:00
  • bccc4d0e3d Accepting request 943565 from devel:languages:python Dominique Leuenberger 2022-01-05 12:39:16 +00:00
  • 86e628fe57 Accepting request 942088 from home:marxin:branches:devel:languages:python Dirk Mueller 2022-01-03 10:35:07 +00:00
  • 7a33612874 Accepting request 935962 from devel:languages:python Dominique Leuenberger 2021-12-09 18:45:13 +00:00
  • d3f59ab34c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=198 Dirk Mueller 2021-12-04 19:04:41 +00:00
  • 5f372ad95f Accepting request 934318 from home:apersaud:branches:devel:languages:python Dirk Mueller 2021-11-28 19:14:11 +00:00
  • 303d0df2e5 Accepting request 931166 from devel:languages:python Dominique Leuenberger 2021-11-15 14:26:08 +00:00
  • f38d39346a Accepting request 931050 from home:marxin:branches:devel:languages:python Matej Cepl 2021-11-12 16:32:09 +00:00
  • 59f1a99d54 - Explicitly Require python-sphinxcontrib-qthelp >= 1.0.2 to prevent bsc#1157793 and bsc#1158158 from occuring. Matej Cepl 2021-11-12 16:31:03 +00:00
  • a6d671347a Accepting request 930743 from devel:languages:python Dominique Leuenberger 2021-11-12 14:59:14 +00:00
  • aabf0a5657 Remove unfinished sphinx-signature-annotations.patch Matej Cepl 2021-11-10 18:28:19 +00:00
  • 0d13e40a4c - Fix Provides and Obsoletes ... we cannot use python_module there Matej Cepl 2021-11-10 13:57:54 +00:00