We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaf948 commit 191ba85Copy full SHA for 191ba85
docs/usage.rst
@@ -68,11 +68,11 @@ An example using Python Domain would be like:
68
69
.. code-block:: rst
70
71
- :py:class:`hoverxref.extension.HoverXRefStandardDomain`
+ :py:class:`hoverxref.domains.HoverXRefStandardDomain`
72
73
That will render to:
74
75
-:py:class:`hoverxref.extension.HoverXRefStandardDomain`
+:py:class:`hoverxref.domains.HoverXRefStandardDomain`
76
77
78
To enable ``hoverxref`` on a domain, you need to use the config :confval:`hoverxref_domains`
0 commit comments