Skip to content

Commit

Permalink
Add ReadTheDocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Oct 22, 2023
1 parent 06282f8 commit 6497e5a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: requirements-docs.txt

0 comments on commit 6497e5a

Please sign in to comment.