Skip to content

Commit

Permalink
Update readthedocs configuration file (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
erlendvollset authored Sep 28, 2023
1 parent a9d3c06 commit 718014f
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
---
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

python:
version: 3.8
pip_install: true
install:
- method: pip
path: .

0 comments on commit 718014f

Please sign in to comment.