Skip to content

Instantly share code, notes, and snippets.

View JWCook's full-sized avatar

Jordan Cook JWCook

View GitHub Profile
@JWCook
JWCook / conf.py
Created March 2, 2026 00:14
sphinx-autodoc-typehint bug reproducer
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).parent.parent))
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx_autodoc_typehints",
]