Skip to content

Commit

Permalink
Merge pull request #2665 from Uninett/fix-rtd
Browse files Browse the repository at this point in the history
Fix .readthedocs.yaml
  • Loading branch information
lunkwill42 authored Aug 30, 2023
2 parents 2be7b85 + e34446c commit 197fa35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ sphinx:
builder: html

python:
version: 3.7
install:
- requirements: doc/requirements.txt
- method: pip
path: .
extra_requirements:
- setuptools_scm

build:
os: ubuntu-22.04
tools:
python: "3.7"

0 comments on commit 197fa35

Please sign in to comment.