Skip to content

Commit

Permalink
build: fix requirements to work with conda
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
asmeurer authored Apr 30, 2024
1 parent 63633e7 commit 69e2733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sphinx==7.2.6
sphinx-material==0.0.36
myst-parser
sphinx_markdown_tables
sphinx_copybutton
sphinx_favicon
sphinx-markdown-tables
sphinx-copybutton
sphinx-favicon
sphinx-math-dollar
sphinxcontrib-jquery

0 comments on commit 69e2733

Please sign in to comment.