Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinS4t1qbit authored Jun 19, 2024
2 parents c4b9f10 + 40210b2 commit f3b7b25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ 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
mkdir -p ./docs/build/html/docs/source/_static/img
cp ./docs/source/_static/img/quantum_workflow.png ./docs/build/html/docs/source/_static/img
cp ./docs/source/_static/img/tangelo_logo_gradient.png ./docs/build/html/docs/source/_static/img
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Tangelo is an open-source Python package maintained by `SandboxAQ <https://www.s
&nbsp;&#183;&nbsp;
<a href="https://github.com/goodchemistryco/Tangelo/blob/develop/docs/source/docs/source/_static/img/tangelo_feature_overview.jpeg?raw=true" target="_blank"><b>Features</b></a>
&nbsp;&#183;&nbsp;
<a href="http://tangelo-docs.goodchemistry.com" target="_blank"><b>Docs</b></a>
<a href="https://goodchemistryco.github.io/Tangelo/overview.html" target="_blank"><b>Docs</b></a>
&nbsp;&#183;&nbsp;
<a href="https://goodchemistry.com/blog/" target="_blank"><b>Blog</b></a>
</h3>
Expand Down

0 comments on commit f3b7b25

Please sign in to comment.