Skip to content

Commit

Permalink
try to fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
endolith committed Nov 19, 2024
1 parent 92d3eee commit 01b4d6d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
'sphinx.ext.viewcode',
'sphinxcontrib.mermaid',
'myst_parser',
'sphinx.ext.extlinks'
'sphinx.ext.extlinks',
'sphinx.ext.intersphinx',
'sphinx.ext.autosectionlabel'
]

extlinks = {
Expand Down Expand Up @@ -111,3 +113,7 @@ def setup(app):

# Add README.md as the index page
root_doc = 'index' # or 'contents' in older versions

# Add these settings
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
autosectionlabel_prefix_document = True

0 comments on commit 01b4d6d

Please sign in to comment.