Skip to content

Commit

Permalink
Adding missing .readthedocs.yml config file.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Mar 17, 2024
1 parent 6cbd73b commit 5e06edb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-lts-latest
tools:
# Need to use mambaforge as miniconda runs out of memory on rtd.
python: latest

python:
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
- method: pip
path: .

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

#formats:
#- htmlzip

0 comments on commit 5e06edb

Please sign in to comment.