Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Aug 20, 2024
1 parent ac1278a commit 6a4b993
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "miniconda3-4.7"
python: "3.11"
nodejs: "20"
commands:
- echo $READTHEDOCS_VIRTUALENV_PATH
- python -m virtualenv $READTHEDOCS_VIRTUALENV_PATH
- echo $READTHEDOCS_OUTPUT
- python -m pip install --upgrade --no-cache-dir pip setuptools
- python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext
- python -m pip install --no-cache-dir .
Expand All @@ -26,7 +25,7 @@ build:
- python -m sphinx -T -b html -d _build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html

conda:
environment: aiida-core.services.yml.yml
environment: environment.yml

# Build from the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit 6a4b993

Please sign in to comment.