Skip to content

Commit

Permalink
update doc building dep in github workflow and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
marvelousmonicaaa committed May 30, 2024
1 parent ea97a14 commit a278ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python -m pip install build
pip install .
python -m pip install matplotlib furo m2r2 sphinx sphinx-math-dollar sphinx_pyproject
python -m pip install docutils==0.16
- name: Build Document
working-directory: docs/
run: make html
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ m2r2
sphinx
sphinx-math-dollar
sphinx_pyproject
docutils==0.16

0 comments on commit a278ab5

Please sign in to comment.