Skip to content

Commit

Permalink
Merge pull request #32 from deel-ai/update_docs
Browse files Browse the repository at this point in the history
update sphinx version
  • Loading branch information
justinplakoo authored Feb 19, 2025
2 parents cbc1b6e + 10ac824 commit 69c3106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
npm install -g katex
python -m pip install --upgrade pip
pip install sphinx recommonmark sphinx-rtd-theme sphinx_markdown_builder ipython nbsphinx sphinxcontrib_katex pytorch_sphinx_theme
pip install sphinx==6.2.1 recommonmark sphinx-rtd-theme sphinx_markdown_builder ipython nbsphinx sphinxcontrib_katex pytorch_sphinx_theme
pip install .
- name: "Build Sphinx Doc"
Expand Down

0 comments on commit 69c3106

Please sign in to comment.