aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-07-21 15:23:04 +1200
committerMike Taves <mwtoews@gmail.com>2021-07-21 15:23:04 +1200
commitc7bb85d1079790112ca0ab8b104de445c48bca13 (patch)
treed2f0c2fe1ded02e0d2d4a6029d5da7761966e049 /docs/source/conf.py
parentef6094573ee71d12dd76ee532dd00e96ba10be8d (diff)
downloadPROJ-c7bb85d1079790112ca0ab8b104de445c48bca13.tar.gz
PROJ-c7bb85d1079790112ca0ab8b104de445c48bca13.zip
Doc: fix links to :c:func:`proj_...` by specifying "h" as "c" domain
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index faf831b7..16b23398 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()