Revisions of python-Sphinx

Matej Cepl's avatar Matej Cepl (mcepl) accepted request 894748 from Martin Liška's avatar Martin Liška (marxin) (revision 183)
- Update to 4.0.2: see upstream CHANGES.
- Add texlive-tex-gyre build dependency for tests.
buildservice-autocommit accepted request 885911 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 182)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 181)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 180)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 179)
- update to 3.5.4:
  * #9071: Restrict docutils to 0.16
  * #9078: autodoc: Async staticmethods and classmethods are considered as non
    async coroutine-functions with Python3.10
  * #8870, #9001, #9051: html theme: The style are not applied with docutils-0.17
buildservice-autocommit accepted request 883114 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 178)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 177)
- update to 3.5.3:
  * #8959: using UNIX path separator in image directive confuses Sphinx on Windows
buildservice-autocommit accepted request 880708 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 176)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 175)
- update to 3.5.2:
  * #8943: i18n: Crashed by broken translation messages in ES, EL and HR
  * #8936: LaTeX: A custom LaTeX builder fails with unknown node error
  * #8952: Exceptions raised in a Directive cause parallel builds to hang
  * #8883: autodoc: AttributeError is raised on assigning __annotations__ on
    read-only class
  * #8884: html: minified js stemmers not included in the distributed package
  * #8885: html: AttributeError is raised if CSS/JS files are installed via
    :confval:`html_context`
  * #8880: viewcode: ExtensionError is raised on incremental build after
    unparsable python module found
  * LaTeX: ``multicol`` (it is anyhow a required part of the official latex2e
    base distribution)
  * Update Underscore.js to 1.12.0
  * #6550: html: The config variable ``html_add_permalinks`` is replaced by
    :confval:`html_permalinks` and :confval:`html_permalinks_icon`
  * pending_xref node for viewcode extension
  * ``sphinx.builders.linkcheck.CheckExternalLinksBuilder.anchors_ignore``
  * ``sphinx.builders.linkcheck.CheckExternalLinksBuilder.auth``
  * ``sphinx.builders.linkcheck.CheckExternalLinksBuilder.broken``
  * ``sphinx.builders.linkcheck.CheckExternalLinksBuilder.good``
  * ``sphinx.builders.linkcheck.CheckExternalLinksBuilder.redirected``
  * ``sphinx.builders.linkcheck.CheckExternalLinksBuilder.rqueue``
  * ``sphinx.builders.linkcheck.CheckExternalLinksBuilder.to_ignore``
  * ``sphinx.builders.linkcheck.CheckExternalLinksBuilder.workers``
  * ``sphinx.builders.linkcheck.CheckExternalLinksBuilder.wqueue``
  * ``sphinx.builders.linkcheck.node_line_or_0()``
  * ``sphinx.ext.autodoc.AttributeDocumenter.isinstanceattribute()``
  * ``sphinx.ext.autodoc.directive.DocumenterBridge.reporter``
  * ``sphinx.ext.autodoc.importer.get_module_members()``
buildservice-autocommit accepted request 862822 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 174)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 862816 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 173)
- Update to 3.4.3
  * Bugfix release, see upstream CHANGES
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 172)
note added requests.inv
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 862350 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 171)
- Do not download python (and requests) documentation in the runtime.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 170)
- update to 3.4.1:
  * #8105: autodoc: the signature of class constructor will be shown for decorated
    classes, not a signature of decorator
  * #8119: autodoc: Allow to determine whether a member not included in
    ``__all__`` attribute of the module should be documented or not via
    :event:`autodoc-skip-member` event
  * #8219: autodoc: Parameters for generic class are not shown when super class is
    a generic class and show-inheritance option is given (in Python 3.7 or above)
  * autodoc: Add ``Documenter.config`` as a shortcut to access the config object
  * autodoc: Add Optional[t] to annotation of function and method if a default
    value equal to None is set.
  * #8209: autodoc: Add ``:no-value:`` option to :rst:dir:`autoattribute` and
    :rst:dir:`autodata` directive to suppress the default value of the variable
  * #8460: autodoc: Support custom types defined by typing.NewType
  * #8285: napoleon: Add :confval:`napoleon_attr_annotations` to merge type hints
    on source code automatically if any type is specified in docstring
  * #8236: napoleon: Support numpydoc's "Receives" section
  * #6914: Add a new event :event:`warn-missing-reference` to custom warning
    messages when failed to resolve a cross-reference
  * #6914: Emit a detailed warning when failed to resolve a ``:ref:`` reference
  * #6629: linkcheck: The builder now handles rate limits. See
    :confval:`linkcheck_retry_on_rate_limit` for details.
  * Large number of bugfixes, see included NEWS
- remove sphinx-pr8520-fix-AliasNode-copy.patch (upstream)
buildservice-autocommit accepted request 853306 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 169)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 853197 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 168)
- Remove unused mypy from BuildRequires in :test
- Fix the intersphinx inventory bundle for multiple python flavors
  gh#openSUSE/python-rpm-macros#66
- Fix failing graphviz dot calls by including packages for png
  and pdf formats. The png fail was masked by an incorrect use of
  a shell command chain. Fails for pdf format were in the tests.
- Add sphinx-pr8520-fix-AliasNode-copy.patch to fix failing 
  manpages build -- gh#sphinx-doc/sphinx#8520
 
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 167)
- update to 3.3.1:
  * #8372: autodoc: autoclass directive became slower than Sphinx-3.2
  * #7727: autosummary: raise PycodeError when documenting python package
  * #8350: autosummary: autosummary_mock_imports causes slow down builds
  * #8364: C, properly initialize attributes in empty symbols.
  * #8399: i18n: Put system locale path after the paths specified by configuration
  * #8100: html: Show a better error message for failures on copying
  html_static_files
  * #8141: C: added a ``maxdepth`` option to :rst:dir:`c:alias` to insert
  nested declarations.
  * #8081: LaTeX: Allow to add LaTeX package via ``app.add_latex_package()`` until
  just before writing .tex file
  * #7996: manpage: Add :confval:`man_make_section_directory` to make a section
  directory on build man page
  * #8289: epub: Allow to suppress "duplicated ToC entry found" warnings from epub
  builder using :confval:`suppress_warnings`.
  * #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` option
  * #8304: sphinx.testing: Register public markers in sphinx.testing.fixtures
  * #8051: napoleon: use the obj role for all See Also items
  * #8050: napoleon: Apply :confval:`napoleon_preprocess_types` to every field
  * C and C++, show line numbers for previous declarations when duplicates are
  detected.
  * #8183: Remove substitution_reference nodes from doctree only on LaTeX builds
  * bugfixes
  - remove sphinx-pygments-compat.patch (obsolete)
buildservice-autocommit accepted request 846078 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 166)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 845960 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 165)
- Fix the lang collection macro override.
  * gh#openSUSE/python-rpm-macros#66
  * gh#openSUSE/python-rpm-macros#74
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 845821 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 164)
- Fix lang files collection for multiple flavors
  * gh#openSUSE/python-rpm-macros#5
  * gh#openSUSE/python-rpm-macros#66
Displaying revisions 81 - 100 of 263
openSUSE Build Service is sponsored by