Skip to content

Commit 5d0983d

Browse files
committed
Fix sphinx_rtd_light_dark extension name
1 parent 3a67cc2 commit 5d0983d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
'sphinx.ext.autosummary', # autosummary directive
9595
'sphinxext.custom_roles', # local extension
9696
'sphinx_automodapi.automodapi', # fork of automodapi
97-
'sphinx-rtd-light-dark', # use custom theme
97+
'sphinx_rtd_light_dark', # use custom theme
9898
'sphinx_copybutton', # add copy button to code
9999
# 'nbsphinx', # parse rst books
100100
]

0 commit comments

Comments
 (0)