Skip to content

Commit

Permalink
update readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Jul 30, 2023
1 parent 86fb493 commit 7cd4aea
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the "source/" directory with Sphinx
sphinx:
builder: html
configuration: source/conf.py
fail_on_warning: true

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
version: 3.8
install:
- requirements: requirements.txt
install:
- requirements: requirements.txt

0 comments on commit 7cd4aea

Please sign in to comment.