ITProKyle / sphinxcontrib.external-links

Sphinx extension for easily adding reusable external links.

Home Page:https://sphinxcontribexternal-links.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sphinxcontrib.external-links

pre-commit renovate

Sphinx extension for easily adding reusable external links.

Features

  • default list of commonly used external links
  • user configurable links
  • check documentation for hardcoded links that can be replaced
  • compatible with the Sphinx's linkcheck builder to check link integrity
  • global substitutions

Usage

external_links = {
    "Google": "https://google.com",  # matches ":link:`google`", ":link:`Google`", etc
}
external_links_substitutions = {
    "dict": ":class:`dict`",
}
Provide a link to :link:`Google` to :link:`google.com <google>`.
This thing is a |dict|.

About

Sphinx extension for easily adding reusable external links.

https://sphinxcontribexternal-links.readthedocs.io

License:Apache License 2.0


Languages

Language:Python 87.3%Language:Makefile 12.7%