Skip to content

Commit

Permalink
Merge pull request #4068 from ansys/maint/fix_doc_side_bar
Browse files Browse the repository at this point in the history
DOC: Update ansys-sphinx-theme to fix documentation build
  • Loading branch information
SMoraisAnsys authored Jan 12, 2024
2 parents ab3443b + 5dcac7e commit f73d03c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit f73d03c

Please sign in to comment.