diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 98a71cf956c..b13471fbec9 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -38,7 +38,11 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: "3.10" + + - name: Update pip + run: | + pip install --upgrade pip - name: Install pyaedt run: | diff --git a/pyproject.toml b/pyproject.toml index 7cdff3c8ae8..27e3c43e030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ tests = [ "jsonschema", ] doc = [ - "ansys-sphinx-theme==0.12.2", + "ansys-sphinx-theme==0.13.1", "imageio==2.31.5", "imageio-ffmpeg==0.4.9", "ipython==8.13.0; python_version < '3.9'",