Skip to content

Commit

Permalink
build: fix the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Dec 14, 2023
1 parent d49a7a8 commit 720b363
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# ReadTheDocs configuration.
# See https://docs.readthedocs.io/en/stable/config-file/v2.html

version: 2

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

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

# Build all the formats
formats: all

python:
install:
- requirements: requirements/doc.txt
- method: pip
path: .

0 comments on commit 720b363

Please sign in to comment.