]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2554] add the 'iscman' cross-reference role
authorAndrei Pavel <andrei@isc.org>
Wed, 31 May 2023 12:12:51 +0000 (15:12 +0300)
committerAndrei Pavel <andrei@isc.org>
Wed, 14 Jun 2023 17:26:11 +0000 (20:26 +0300)
doc/sphinx/conf.py

index df5f7195b34975991cfbd28aa01a1395bb71cd96..348c1b54e8d30b19d4cc9dfd92c31ee95cfad835 100644 (file)
@@ -283,6 +283,7 @@ def run_generate_docs(_):
 
 # custom setup hook
 def setup(app):
+    app.add_crossref_type('iscman', 'iscman')
     if hasattr(app, 'add_css_file'):
         app.add_css_file('kea.css')
     else: