Skip to content

Commit

Permalink
move Sphinx to dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
krother committed May 23, 2023
1 parent 316526c commit fef8447
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: build static html
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r dev_requirements.txt
make html
- name: copy to academis server
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ sphinx
sphinx-design
sphinx-copybutton
myst-parser
myst-parser
git+https://github.com/krother/academis_sphinx_theme.git
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pandas
numpy
scikit-learn
opencv-python>=4.4
git+https://github.com/krother/academis_sphinx_theme.git

0 comments on commit fef8447

Please sign in to comment.