Skip to content

Commit

Permalink
Fix config for Read the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jivanpal committed Jan 7, 2024
1 parent 98a7244 commit 08b2828
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

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

sphinx:
configuration: docs/conf.py

python:
version: 3.8
install:
- requirements: docs/requirements.txt

0 comments on commit 08b2828

Please sign in to comment.