Skip to content

Commit

Permalink
Merge pull request #840 from fabcor-maxiv/fix-readthedocs
Browse files Browse the repository at this point in the history
Fix `.readthedocs.yaml`
  • Loading branch information
fabcor-maxiv authored Jan 17, 2024
2 parents ef1004c + f62ee8a commit 63610f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@ build:
- "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/"

# `conda.environment` is probably not used, since we use custom commands only,
# but it seems to be required (wrongly) by ReadTheDocs config file validation.
# https://github.com/readthedocs/readthedocs.org/pull/10979#issuecomment-1896036953
conda:
environment: "conda-environment-dev.yml"


... # EOF

0 comments on commit 63610f0

Please sign in to comment.