Skip to content

Commit

Permalink
specify build os, tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mathematicalmichael committed Jan 22, 2024
1 parent 37ca15b commit 347ffaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Expand Up @@ -4,6 +4,11 @@
# Required
version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -18,7 +23,6 @@ formats:
- epub

python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down

0 comments on commit 347ffaa

Please sign in to comment.