Skip to content

Commit 69e2733

Browse files
authored
build: fix requirements to work with conda
pip treats dashes and underscores the same but conda does not. The package names here are actually dashes (pip just replaces an underscore with a dash) so this is more correct anyway. PR-URL: #800 Reviewed-by: Athan Reines <[email protected]>
1 parent 63633e7 commit 69e2733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc-requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sphinx==7.2.6
22
sphinx-material==0.0.36
33
myst-parser
4-
sphinx_markdown_tables
5-
sphinx_copybutton
6-
sphinx_favicon
4+
sphinx-markdown-tables
5+
sphinx-copybutton
6+
sphinx-favicon
77
sphinx-math-dollar
88
sphinxcontrib-jquery

0 commit comments

Comments
 (0)