Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Feb 2, 2024
1 parent ada8416 commit 76a3b14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
container: sphinxdoc/sphinx-latexpdf:5.3.0
container: sphinxdoc/sphinx

steps:
- uses: actions/checkout@v3
- name: sphinx
run: |
cd docs
pip install furo aiida-core
# temp fix install the package
pip install .
cd docs
make html
- name: upload
uses: actions/upload-pages-artifact@v1
Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import sys
import time


from aiida import load_profile
from aiida.storage.sqlite_temp import SqliteTempBackend

Expand Down Expand Up @@ -81,6 +82,7 @@
#
# The full version, including alpha/beta/rc tags.
release = aiida_mlip.__version__

# The short X.Y version.
version = ".".join(release.split(".")[:2])

Expand Down

0 comments on commit 76a3b14

Please sign in to comment.