Skip to content

Commit

Permalink
update docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 10, 2024
1 parent b18f1de commit 906db39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
#echo "$(ls -a)" # DEBUGGING
python3 -m venv .env # virtual environment to avoid dependecy issues
source ./.env/bin/activate
pip install sphinx sphinx-immaterial numpy msgpack-rpc-python
pip install sphinx sphinx_rtd_theme sphinx-immaterial numpy msgpack-rpc-python
(cd ./python/docs; make html)
cp -r ./python/docs/_build ./docs/api_docs/ # copy generated files
deactivate
Expand Down

0 comments on commit 906db39

Please sign in to comment.