Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
fix: update .readthedocs.yaml (#1283)
Browse files Browse the repository at this point in the history
Attempt to fix the build. It is unclear why this is failing,
so simply attempting to match the following as closely
as possible:
https://docs.readthedocs.io/en/stable/config-file/v2.html

The failure no longer has an error (which used to be around
missing os), and the raw output is missing the call:
> cat .readthedocs.yaml

It's unclear what is breaking.
  • Loading branch information
robrap committed Mar 1, 2024
1 parent 0a35fcf commit 323b475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ sphinx:
configuration: docs/conf.py

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

0 comments on commit 323b475

Please sign in to comment.