Skip to content

Commit

Permalink
img sphinx fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinS4t1qbit authored Jun 18, 2024
1 parent 3b49634 commit 162aba9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ jobs:
run: |
python -m pip install sphinx sphinx_rtd_theme nbsphinx
python -m pip install .
python -m pip install pyscf
- name: Run build command
run: |
sphinx-apidoc -o ./docs/source ./tangelo
sphinx-build -M html ./docs/source ./docs/build -E
cp /docs/source/_static/img/quantum_workflow.png ./docs/build/html
cp /docs/source/_static/img/tangelo_logo_gradient.png ./docs/build/html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 162aba9

Please sign in to comment.