Skip to content

Commit

Permalink
Merge pull request #7 from kmlefran/main
Browse files Browse the repository at this point in the history
Update paper branch
  • Loading branch information
kmlefran authored Aug 19, 2024
2 parents d2f7d4b + b9ec443 commit 80fc6d8
Show file tree
Hide file tree
Showing 86 changed files with 393,867 additions and 2,200 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,22 +126,3 @@ jobs:
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install python dependencies
run: |
pip install --upgrade pip
pip install -e .[docs]
pip install subproptools
pip install group_decomposition
pip install pymatgen
- name: Build docs
run: cd docs && make
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build:

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
Loading

0 comments on commit 80fc6d8

Please sign in to comment.