diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index cd04023..d280b99 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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 diff --git a/doc/requirements.txt b/doc/requirements.txt index 272582b..c125084 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 \ No newline at end of file +sphinxcontrib-bibtex==2.6.1