Skip to content

Commit 95ed461

Browse files
committed
Add sphinxcontrib.prettyspecialmethods
1 parent 090d997 commit 95ed461

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
'sphinx.ext.viewcode',
5555
'sphinx_copybutton',
5656
'sphinx_sitemap',
57+
'sphinxcontrib.prettyspecialmethods'
5758
]
5859

5960
# --- Spell check. Never worked well.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dev = [
5555
"sphinx-copybutton==0.5.2",
5656
# Intentionally kept at 2.3 until this bugfix is published: https://github.com/jdillard/sphinx-sitemap/pull/62
5757
"sphinx-sitemap==2.5.0",
58+
"sphinxcontrib.prettyspecialmethods==0.1.0",
5859
"typer[all]==0.7.0",
5960
"wheel",
6061
]

0 commit comments

Comments
 (0)