Skip to content

Commit 4ab30db

Browse files
emcdclaude
andcommitted
Improve documentation generation with dynadoc intersphinx.
* Add dynadoc to Intersphinx inventories for cross-references. * Remove unnecessary nitpick suppressions for dynadoc types. * Keep required suppressions for internal type annotations. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 41fcc63 commit 4ab30db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ def _import_version( ):
8080
( 'py:class', "builtins.NotImplementedType" ),
8181
( 'py:class', "classcore.__.T" ),
8282
( 'py:class', "classcore.__.U" ),
83-
( 'py:class', "dynadoc.context.Context" ),
84-
( 'py:class', "dynadoc.context.IntrospectionControl" ),
8583
( 'py:class', "typing_extensions._ProtocolMeta" ),
8684
( 'py:class', "typing_extensions.Any" ),
8785
]
@@ -133,6 +131,8 @@ def _import_version( ):
133131
# https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#configuration
134132

135133
intersphinx_mapping = {
134+
'dynadoc': (
135+
'https://emcd.github.io/python-dynadoc/stable/sphinx-html', None),
136136
'python': (
137137
'https://docs.python.org/3', None),
138138
'typing-extensions': (

0 commit comments

Comments
 (0)