Skip to content

Intersphinx :any: references to link targets with capital letters fails #8982

Open
@bjones1

Description

@bjones1

Unzip Sphinx_projects.zip, then:

cd two
make html
cd ../one
make html

This illustrates the following problems:

From one/index.rst

image

From two/index.rst

image

Bugs observed

  1. The :any: tag fails to find Intersphinx tags that contain capital letters.
  2. The :any: tag produces an odd visual style for Intersphinx links; I would expect them to render identically to any other link (such as the standard style produced by using :ref:.)

Inconsistencies

  1. Links produced by :ref: render based on the capitalization of the link target. Links produced by the Docutil syntax render based on the capitalization of the link reference. I would expect these to render identically.

Thanks

Sphinx is amazing and I use it every day. Thanks for creating and maintaining such as amazing tool!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions