mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Let the #11276 test actually be one which would have failed earlier
This commit is contained in:
parent
15553da9c8
commit
89a4cdb673
@ -103,6 +103,12 @@ Referring to :func:`nothing <>`.
|
|||||||
:type hour: DuplicateType
|
:type hour: DuplicateType
|
||||||
:param .Cls extcls: A class from another module.
|
:param .Cls extcls: A class from another module.
|
||||||
|
|
||||||
|
.. raw:: latex
|
||||||
|
|
||||||
|
\begingroup
|
||||||
|
\let\oldhref\href
|
||||||
|
\def\href{\ifnum\catcode`\-=\active\errorwithsphinxhref\fi\oldhref}
|
||||||
|
|
||||||
.. class:: MyClass
|
.. class:: MyClass
|
||||||
|
|
||||||
.. attribute:: config
|
.. attribute:: config
|
||||||
@ -110,6 +116,10 @@ Referring to :func:`nothing <>`.
|
|||||||
|
|
||||||
A configuration object.
|
A configuration object.
|
||||||
|
|
||||||
|
.. raw:: latex
|
||||||
|
|
||||||
|
\endgroup
|
||||||
|
|
||||||
C items
|
C items
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user