Skip to content

Commit

Permalink
MAINT: add dep to readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Nov 7, 2023
1 parent 43492de commit f6b476a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -18,5 +18,5 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements_doc.txt
- requirements: requirements.txt
- requirements: docs/requirements_doc.txt
1 change: 1 addition & 0 deletions docs/requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
openneuro-py
sphinx>=6
shibuya
sphinx-design
Expand Down

0 comments on commit f6b476a

Please sign in to comment.