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

index 6fb5a1b9afbc345821b8db82597e743c96917cb2..5095cf58ba9073e7f84b6f5890784e6b0325d210 100644 (file)
@@ -284,6 +284,7 @@ def run_generate_docs(_):
 # custom setup hook
 def setup(app):
     app.add_crossref_type('isccmd', 'isccmd')
+    app.add_crossref_type('ischooklib', 'ischooklib')
     app.add_crossref_type('iscman', 'iscman')
     if hasattr(app, 'add_css_file'):
         app.add_css_file('kea.css')