14
0
forked from pool/python-Sphinx

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=191
This commit is contained in:
2021-08-01 09:23:17 +00:00
committed by Git OBS Bridge
parent ed2ca0817f
commit 298e259ffe
6 changed files with 34 additions and 20 deletions

View File

@@ -28,7 +28,7 @@
%endif
%define skip_python2 1
Name: python-Sphinx%{psuffix}
Version: 4.1.1
Version: 4.1.2
Release: 0
Summary: Python documentation generator
License: BSD-2-Clause