Skip to content

Commit

Permalink
Update readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
g-filomena committed Jul 16, 2024
1 parent d2e506a commit 9a16367
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2

build:
os: ubuntu-20.04
os: "ubuntu-20.04"
tools:
python: "3.8"
commands:
- sphinx-build -b html docs/ _build/html

sphinx:
configuration: docs/conf.py
@@ -12,7 +16,6 @@ formats:
- "epub"

python:
version: 3.8
install:
- requirements: docs/requirements.txt

0 comments on commit 9a16367

Please sign in to comment.