Skip to content

Commit

Permalink
Update RTD build config with build.os (mosaicml#2490)
Browse files Browse the repository at this point in the history
* Update RTD build config with build.os
* Remove python.version

---------

Co-authored-by: Bandish Shah <[email protected]>
  • Loading branch information
bandish-shah and bandish-shah authored Aug 29, 2023
1 parent abfe27b commit c79c8db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
# Required
version: 2

# Specify build system and tool dependencies
build:
os: "ubuntu-20.04"
tools:
python: "3.8"

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- method: pip
path: .[all]

0 comments on commit c79c8db

Please sign in to comment.