Skip to content

Commit

Permalink
[docs] Uncomment build options in .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Nov 11, 2023
1 parent 2015d74 commit 3cf0d3c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
version: 2

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

mkdocs:
configuration: mkdocs.yml

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit 3cf0d3c

Please sign in to comment.