Skip to content

Commit

Permalink
Fix Read the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 16, 2024
1 parent 9aa4316 commit 731d1a4
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .readthedocs.yml
@@ -1,11 +1,19 @@
# .readthedocs.yaml
# 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.11"
commands:
- pip install -U pip
- pip install -U -r docs/requirements.txt
- make docs
- mv docs/_build $READTHEDOCS_OUTPUT
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

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

0 comments on commit 731d1a4

Please sign in to comment.