mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
The :canonical: option causes "more than one target for cross-reference" warning because the class having the same name is registered.
10 lines
118 B
ReStructuredText
10 lines
118 B
ReStructuredText
caninical
|
|
=========
|
|
|
|
:py:class:`.Foo`
|
|
|
|
.. py:module:: canonical
|
|
|
|
.. py:class:: Foo
|
|
:canonical: original.module.Foo
|