Skip to content

Commit

Permalink
Merge branch 'main' into dev/multiple-wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus authored Dec 3, 2023
2 parents 8fd345d + 69fbc1e commit d37b2a1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Project page: https://readthedocs.org/projects/installer/

version: 2

sphinx:
builder: htmldir
configuration: docs/conf.py

build:
os: ubuntu-22.04
tools:
python: "3"

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

0 comments on commit d37b2a1

Please sign in to comment.