Skip to content

Commit ccb7a14

Browse files
committed
seems we need sphinx_prompt and not sphinx-prompt now
1 parent f8383f5 commit ccb7a14

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
@@ -136,7 +136,7 @@
136136
"sphinx_issues", # Link to project's issue tracker
137137
"sphinx_design", # successor to sphinx_panels, for grid layouts and drop-downs
138138
"matplotlib.sphinxext.plot_directive", # Include a Matplotlib plot in a Sphinx document
139-
"sphinx-prompt", # prompt symbols will not be copy-pastable
139+
"sphinx_prompt", # prompt symbols will not be copy-pastable
140140
"sphinx_codeautolink", # Automatically link example code to documentation source
141141
]
142142

0 commit comments

Comments
 (0)