Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

DOC: Add Read the Docs config file #720

Merged
merged 21 commits into from
Jul 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try installing conda manually
  • Loading branch information
fepegar committed Jul 7, 2022
commit c844f9243cc937cf4d697bb9fcfae6f3836ab56d
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ build:
os: ubuntu-20.04
tools:
python: "3.8"
jobs:
conda_install:
- conda env create --file environment.yml && conda activate InnerEye

sphinx:
configuration: sphinx-docs/source/conf.py
Expand Down