Skip to content

Commit

Permalink
Fix .readthedocs.yaml
Browse files Browse the repository at this point in the history
GitHub: fix mxcube#839
  • Loading branch information
fabcor-maxiv committed Jan 17, 2024
1 parent ef1004c commit 8d4fc3b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ build:
tools:
python: "mambaforge-22.9"

commands:
- "mamba env create --file conda-environment-dev.yml"
- "mamba run --name mxcubecore poetry install --only=docs,main"
- "mamba run --name mxcubecore poetry run sphinx-build -T -E -b html -c ./docs/ ./docs/source/ ${READTHEDOCS_OUTPUT}/html/"
jobs:
post_install:
- "poetry install --only=docs,main"

# commands:
# - "poetry install --only=docs,main"
# - "poetry run sphinx-build -T -E -b html -c ./docs/ ./docs/source/ ${READTHEDOCS_OUTPUT}/html/"

conda:
environment: "conda-environment-dev.yml"


... # EOF

0 comments on commit 8d4fc3b

Please sign in to comment.