Revisions of python-Sphinx
Matej Cepl (mcepl)
committed
(revision 194)
Remove unfinished sphinx-signature-annotations.patch
Matej Cepl (mcepl)
committed
(revision 193)
- Fix Provides and Obsoletes ... we cannot use python_module there
Matej Cepl (mcepl)
accepted
request 918864
from
Martin Liška (marxin)
(revision 192)
- Update to 4.2.0: * #9445: autodoc: Support class properties * #9479: autodoc: Emit a warning if target is a mocked object * #9560: autodoc: Allow to refer NewType instances with module name in Python 3.10 or above * #9447: html theme: Expose the version of Sphinx in the form of tuple as a template variable ``sphinx_version_tuple`` * #9594: manpage: Suppress the title of man page if description is empty * #9445: py domain: ``:py:property:`` directive supports ``:classmethod:`` option to describe the class property * #9524: test: SphinxTestApp can take ``builddir`` as an argument * #9535: C and C++, support more fundamental types, including GNU extensions. * #9608: apidoc: apidoc does not generate a module definition for implicit namespace package * #9504: autodoc: generate incorrect reference to the parent class if the target class inherites the class having ``_name`` attribute * #9537, #9589: autodoc: Some objects under ``typing`` module are not displayed well with the HEAD of 3.10 * #9487: autodoc: typehint for cached_property is not shown * #9509: autodoc: AttributeError is raised on failed resolving typehints * #9518: autodoc: autodoc_docstring_signature does not effect to ``__init__()`` and ``__new__()`` * #9522: autodoc: PEP 585 style typehints having arguments (ex. ``list[int]``) are not displayed well * #9481: autosummary: some warnings contain non-existing filenames * #9568: autosummary: summarise overlined sectioned headings correctly * #9600: autosummary: Type annotations which contain commas in autosummary table are not removed completely * #9481: c domain: some warnings contain non-existing filenames * #9481: cpp domain: some warnings contain non-existing filenames
Dirk Mueller (dirkmueller)
committed
(revision 191)
- update to 4.1.2: * linkcheck: Disable checking automatically generated anchors on github.com (ex. anchors in reST/Markdown documents) * autodoc: Custom types using ``typing.NewType`` are not displayed well with the HEAD of 3.10 * autodoc: Some objects under ``typing`` module are not displayed well with the HEAD of 3.10 * autodoc: crashed if ``autodoc_class_signature = "separated"`` * html search: html_copy_source can't control the search summaries * linkcheck: Failed to check anchors in github.com
Dirk Mueller (dirkmueller)
committed
(revision 190)
- update to 4.1.1: * sphinxcontrib-htmlhelp-2.0.0 or above * sphinxcontrib-serializinghtml-1.1.5 or above * html: HTML logo or Favicon specified as file not being found on output
Matej Cepl (mcepl)
accepted
request 905849
from
Martin Liška (marxin)
(revision 189)
- Bump to 4.1.0: * Support jinja2-3.0 * The ``app`` argument of ``sphinx.environment.BuildEnvironment`` becomes required * ``sphinx.application.Sphinx.html_theme`` * ``sphinx.ext.autosummary._app`` * ``sphinx.util.docstrings.extract_metadata()`` * #8107: autodoc: Add ``class-doc-from`` option to :rst:dir:`autoclass` directive to control the content of the specific class like :confval:`autoclass_content` * #8588: autodoc: :confval:`autodoc_type_aliases` now supports dotted name. It allows you to define an alias for a class with module name like ``foo.bar.BazClass`` * #9175: autodoc: Special member is not documented in the module * #9195: autodoc: The arguments of ``typing.Literal`` are wrongly rendered * #9185: autodoc: :confval:`autodoc_typehints` allows ``'both'`` setting to allow typehints to be included both in the signature and description * #4257: autodoc: Add :confval:`autodoc_class_signature` to separate the class entry and the definition of ``__init__()`` method * #8061, #9218: autodoc: Support variable comment for alias classes * #3014: autodoc: Add :event:`autodoc-process-bases` to modify the base classes of the class definitions * #9272: autodoc: Render enum values for the default argument value better * #9384: autodoc: ``autodoc_typehints='none'`` now erases typehints for variables, attributes and properties * #3257: autosummary: Support instance attributes for classes * #9358: html: Add "heading" role to the toctree items * #9225: html: Add span tag to the return typehint of method/function * #9129: html search: Show search summaries when html_copy_source = False * #9307: html search: Prevent corrections and completions in search field
buildservice-autocommit
accepted
request 898130
from
Matej Cepl (mcepl)
(revision 188)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 897819
from
Martin Liška (marxin)
(revision 187)
- Update again to 4.0.2.
Matej Cepl (mcepl)
committed
(revision 186)
- Switch off the failing test_signature_annotations. It is just not worthy filing upstream test on the obsolete version.
Matej Cepl (mcepl)
committed
(revision 185)
- Revert to 3.5.4 - Update to 4.0.2: see upstream CHANGES. - Add texlive-tex-gyre build dependency for tests.
Matej Cepl (mcepl)
accepted
request 894748
from
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 (dirkmueller)
(revision 182)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 181)
Dirk Mueller (dirkmueller)
committed
(revision 180)
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 (dirkmueller)
(revision 178)
baserev update by copy to link target
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 (factory-maintainer)
(revision 176)
baserev update by copy to link target
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()``
Displaying revisions 81 - 100 of 274