Skip to content

Commit

Permalink
Update readthedocs config
Browse files Browse the repository at this point in the history
Read the Docs configuration was introduced to require a higher then
default version of Python. This worked then, but apparently now we
also need to explicitly state that our package needs to be installed
in order to build its docs. Fixes datalad#117
  • Loading branch information
mslw committed Feb 10, 2023
1 parent d04807c commit 67afefa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: "ubuntu-22.04"
tools:
python: "3.8"

sphinx:
configuration: docs/source/conf.py

python:
install:
- method: pip
path: .

0 comments on commit 67afefa

Please sign in to comment.