Skip to content

Commit

Permalink
Merge pull request #33 from SMTG-UCL/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ireaml authored Nov 7, 2022
2 parents 81f0c89 + fdc1ea7 commit 5827e4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for detail

# Required
version: 2

build:
os: "ubuntu-latest"
os: ubuntu-20.04
tools:
python: ['3.8', '3.9']
python: "3.8"

# Build from the docs/ directory with Sphinx
sphinx:
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ sphinx-book-theme
sphinx_click
sphinx_design
numpy<1.21
pymatgen==2022.10.22
pymatgen-analsysis-defects>=2022.10.28
pymatgen>2022.0.17 #==2022.10.22
pymatgen-analysis-defects #>=2022.10.28
ase
matplotlib
pandas
Expand Down

0 comments on commit 5827e4a

Please sign in to comment.