Skip to content

Commit

Permalink
Update readthedocs config to use build.os (#1753)
Browse files Browse the repository at this point in the history
* Update .readthedocs.yaml

* Update release_notes.rst

* Update .readthedocs.yaml
  • Loading branch information
gsheni committed Aug 16, 2023
1 parent 1f068ae commit 78ce0ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@ sphinx:
# Optionally build your docs in additional formats such as PDF and ePub
formats: []

# Optionally set the version of Python and requirements required to build your docs
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
apt_packages:
- openjdk-11-jre-headless
jobs:
post_build:
- export JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64"

python:
version: "3.8"
install:
- method: pip
path: .
Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Future Release
* Update s3 bucket for docs image (:pr:`1749`)
* Changes
* Documentation Changes
* Update readthedocs config to use build.os (:pr:`1753`)
* Testing Changes

Thanks to the following people for contributing to this release:
Expand Down

0 comments on commit 78ce0ec

Please sign in to comment.