Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Jun 26, 2024
1 parent 4b40597 commit d2bcd35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
after:
- candi-install

conda:
environment: environment.yml
7 changes: 5 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
sphinx==3.2.1
sphinx_rtd_theme==0.4.3
nbsphinx
readthedocs-sphinx-search==0.3.2
myst-parser=0.18.1
sphinx=5.3.0
sphinx_rtd_theme=1.1.1
jinja2<=3.1
pandas
configparser
requests
tqdm
pycandi
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import subprocess
import sys
sys.path.insert(0, os.path.abspath('../..'))

# Install CanDI - download datasets
subprocess.run('candi-install', shell=True)

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit d2bcd35

Please sign in to comment.