Skip to content

Commit

Permalink
Updated readthedocs configuration - moved to build.os (#425)
Browse files Browse the repository at this point in the history
Signed-off-by: Kamal Eybov <[email protected]>
  • Loading branch information
kamaleybov authored Oct 3, 2023
1 parent b708356 commit 5803702
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flytectl/.readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ version: 2
sphinx:
configuration: docs/source/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: doc-requirements.txt

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

0 comments on commit 5803702

Please sign in to comment.