Skip to content

Commit

Permalink
docs: Fix docs build by specifying OS in RTD config file (#1673)
Browse files Browse the repository at this point in the history
* docs: Fix docs build by specifying OS in RTD config file

* Add `build.tools`

* Remove bad `python.version` config
  • Loading branch information
edgarrmondragon authored May 5, 2023
1 parent dfcec5f commit 2974649
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
version: 2

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

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

python:
version: 3.8
install:
# - requirements: docs/requirements.txt
- method: pip
Expand Down

0 comments on commit 2974649

Please sign in to comment.