Skip to content

Commit

Permalink
fix docs build (actually) (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza authored Sep 1, 2022
1 parent c5f9e24 commit 0899a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cd docs/source
cat tutorials_header.rst > tutorials.rst
echo "" >> tutorials.rst
jupyter nbconvert --to rst ../../notebooks/00-intro.ipynb --FilesWriter.build_directory="./"
poetry run jupyter nbconvert --to rst ../../notebooks/00-intro.ipynb --FilesWriter.build_directory="./"
cat 00-intro.rst >> tutorials.rst
echo "" >> tutorials.rst
cat tutorials_footer.rst >> tutorials.rst
Expand Down

0 comments on commit 0899a5f

Please sign in to comment.