Skip to content

Commit

Permalink
add config file for dependencias
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhanwei-Liu committed Sep 16, 2023
1 parent 2c855d7 commit a0f5dcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
pip install pygments==2.14.0
pip install sphinx==4.4.0
pip install sphinx_rtd_theme==1.1.1
pip install sphinx-tabs==3.4.0
pip install sphinx-notfound-page==0.8.3
pip install sphinxext-opengraph==0.7.5
pip install sphinxcontrib-bibtex==2.6.1
pip install -r ./doc/requirements.txt
- name: Sphinx build
run: |
Expand Down
7 changes: 7 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pygments==2.14.0
sphinx==4.4.0
sphinx_rtd_theme==1.1.1
sphinx-tabs==3.4.0
sphinx-notfound-page==0.8.3
sphinxext-opengraph==0.7.5
sphinxcontrib-bibtex==2.6.1

0 comments on commit a0f5dcc

Please sign in to comment.