Skip to content

Commit

Permalink
learn from attune
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkohler committed Jan 25, 2024
1 parent 4dbc31b commit 4027ec1
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
requirements_file: requirements.txt
version: 2

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.9"

python:
version: 3.8
pip_install: true
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs

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

formats:
- epub
Expand Down

0 comments on commit 4027ec1

Please sign in to comment.