Skip to content

Commit

Permalink
DBG: weird behavior in JSON builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Nov 25, 2022
1 parent d5ecf52 commit 5da7b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: pyansys/actions/doc-build@v1
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
use-python-cache: false

doc-deploy-development:
name: Doc dev version deploy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"Sphinx>=4.0.0",
"pydata-sphinx-theme==0.12.0",
"pydata-sphinx-theme==0.11.0",
"Jinja2>=3.1.2",
]

Expand Down

0 comments on commit 5da7b1e

Please sign in to comment.