mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '4.x' into 6525_linkcheck_warn_redirects
This commit is contained in:
@@ -30,3 +30,6 @@ class Quux(List[Union[int, float]]):
|
||||
|
||||
|
||||
Alias = Foo
|
||||
|
||||
#: docstring
|
||||
OtherAlias = Bar
|
||||
|
||||
@@ -5,7 +5,7 @@ Translation Tips
|
||||
-----------------
|
||||
|
||||
.. _download Sphinx: https://pypi.org/project/Sphinx/
|
||||
.. _Docutils site: http://docutils.sourceforge.net/
|
||||
.. _Docutils site: https://docutils.sourceforge.io/
|
||||
.. _Sphinx site: http://sphinx-doc.org/
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
nitpicky = True
|
||||
@@ -0,0 +1,5 @@
|
||||
transforms-post_transforms-missing-reference
|
||||
============================================
|
||||
|
||||
:class:`io.StringIO`
|
||||
|
||||
Reference in New Issue
Block a user