Skip to content

Commit

Permalink
docs: Update docs build to use build.os config key (DOCS-25078) (#10051)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimGalasyn authored Aug 16, 2023
1 parent 8c51777 commit 62b0312
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
#sphinx:
# configuration: docs/conf.py
Expand All @@ -16,8 +13,13 @@ mkdocs:
# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
# Required
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.7"

python:
version: 3.7
install:
- requirements: docs/requirements.txt

0 comments on commit 62b0312

Please sign in to comment.