From e682b5e29dc0944c4307b5d3dd5722bb44641abb Mon Sep 17 00:00:00 2001 From: endolith Date: Mon, 18 Nov 2024 21:22:38 -0500 Subject: [PATCH] try to fix references --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3257ecb..f27e6da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,9 @@ 'sphinx.ext.viewcode', 'sphinxcontrib.mermaid', 'myst_parser', - 'sphinx.ext.extlinks' + 'sphinx.ext.extlinks', + 'sphinx.ext.intersphinx', + 'sphinx.ext.autosectionlabel' ] extlinks = {