Skip to content

Commit

Permalink
Add readthedocs config file [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Nov 20, 2023
1 parent abea738 commit ce956d9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
18 changes: 9 additions & 9 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
insegel==1.3.0
numpy==1.21.5
xarray==0.20.2
sparse==0.13.0
seaborn==0.11.2
joblib==1.1.0
matplotlib==3.5.1
scipy==1.7.3
solcore==5.7.5
nbsphinx==0.8.8
numpy==1.24.1
xarray==2023.8.0
sparse==0.14.0
seaborn==0.12.2
joblib==1.3.2
matplotlib==3.7.2
scipy==1.11.2
solcore==5.10.0
nbsphinx==0.9.3
inkstone==0.3.12

0 comments on commit ce956d9

Please sign in to comment.