diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-07-22 19:05:20 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-22 17:05:44 +0000 |
| commit | 618ce76ba02e688cf10ef1d50613d95ff37d59bb (patch) | |
| tree | 7f26d2dcb81549548552bbf8a545204fd71e47d4 /docs/source/conf.py | |
| parent | d973e5a56825b04f2038456b8fc7290dafa79a28 (diff) | |
| download | PROJ-618ce76ba02e688cf10ef1d50613d95ff37d59bb.tar.gz PROJ-618ce76ba02e688cf10ef1d50613d95ff37d59bb.zip | |
Merge pull request #2784 from mwtoews/docs-fix
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.py | 3 |
1 files changed, 3 insertions, 0 deletions
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() |
