Skip to content

Commit

Permalink
Addresses new RTD configuration file requirements (neurostuff#829)
Browse files Browse the repository at this point in the history
* Add build.os requirement

* Rename RTD configuration file
  • Loading branch information
JulioAPeraza authored Aug 29, 2023
1 parent dd8f89c commit 0864fd2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
# Required
version: 2

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

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

python:
version: 3.8
install:
- method: pip
path: .
Expand Down

0 comments on commit 0864fd2

Please sign in to comment.