Skip to content

Commit

Permalink
Merge pull request #12 from micro-manager/henrypinkard-patch-1
Browse files Browse the repository at this point in the history
Update readthedocs.yaml
  • Loading branch information
henrypinkard authored Jul 27, 2024
2 parents e066702 + 3b15505 commit 1128ac0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
version: 2

python:
install:
- requirements: docs/requirements.txt
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

sphinx:
configuration: docs/conf.py
# Optionally specify the Python version used by Read the Docs
python:
version: 3.10
install:
- requirements: docs/requirements.txt

0 comments on commit 1128ac0

Please sign in to comment.