Skip to content

Commit

Permalink
add readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
miniufo committed Sep 5, 2023
1 parent ce01cf0 commit 6105657
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2


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


sphinx:
configuration: docs/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true


python:
install:
- requirements: docs/requirements.txt
- method: setuptools

0 comments on commit 6105657

Please sign in to comment.