From 618ce76ba02e688cf10ef1d50613d95ff37d59bb Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 22 Jul 2021 19:05:20 +0200 Subject: Merge pull request #2784 from mwtoews/docs-fix Doc: fix links to :c:func:`proj_...` by specifying "h" as "c" domain --- docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index 729966f9..ae2eea44 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -411,6 +411,9 @@ texinfo_documents = [ breathe_projects = { "doxygen_api":"../build/xml/", } +breathe_domain_by_extension = { + "h" : "c", +} import redirects redirect_files = redirects.gather_redirects() -- cgit v1.2.3