Skip to content

Commit

Permalink
docs: specify docs build.os & update docs to python 3.10 (intel#3349)
Browse files Browse the repository at this point in the history
*  fixes intel#3323

---------

Signed-off-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
terriko authored Sep 21, 2023
1 parent c855deb commit ed6033b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py
Expand All @@ -19,6 +25,6 @@ formats:

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

0 comments on commit ed6033b

Please sign in to comment.