Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
compile error fix
  • Loading branch information
Zhanwei-Liu committed Jan 6, 2024
2 parents f7717f1 + cb350e4 commit 5664da7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.12.0'
- name: Install dependencies
run: |
pip install -r ./doc/requirements.txt
Expand Down
5 changes: 3 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pygments==2.15.0
sphinx==4.4.0
setuptools==69.0.3
sphinx==5.3.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
sphinxcontrib-bibtex==2.6.1

0 comments on commit 5664da7

Please sign in to comment.