Skip to content

Commit

Permalink
docs: Update RTD config to include build.tools
Browse files Browse the repository at this point in the history
This fixes the following RTD error message:

    Problem in your project's configuration. Invalid configuration option
    "build.tools": At least one item should be provided in 'tools' or
    'commands'
  • Loading branch information
mbr0wn committed Sep 21, 2023
1 parent 94a0a48 commit 18ad8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
#tools:
#python: "3.9"
tools:
python: "3.10"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
Expand Down

0 comments on commit 18ad8df

Please sign in to comment.