We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090d997 commit 95ed461Copy full SHA for 95ed461
doc/conf.py
@@ -54,6 +54,7 @@
54
'sphinx.ext.viewcode',
55
'sphinx_copybutton',
56
'sphinx_sitemap',
57
+ 'sphinxcontrib.prettyspecialmethods'
58
]
59
60
# --- Spell check. Never worked well.
pyproject.toml
@@ -55,6 +55,7 @@ dev = [
"sphinx-copybutton==0.5.2",
# Intentionally kept at 2.3 until this bugfix is published: https://github.com/jdillard/sphinx-sitemap/pull/62
"sphinx-sitemap==2.5.0",
+ "sphinxcontrib.prettyspecialmethods==0.1.0",
"typer[all]==0.7.0",
"wheel",
61
0 commit comments