Skip to content

Commit

Permalink
Fixed YAML indentation in .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
evolve75 authored Dec 20, 2024
1 parent 1693cea commit d48e92e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ version: 2
build:
os: ubuntu-22.04
tools:
ruby: "3.3"

commands:
- gem install bundler
- bundle install
- rake doc:yard
- cp -r doc $READTHEDOCS_OUTPUT/html
ruby: "3.3"
commands:
- gem install bundler
- bundle install
- rake doc:yard
- cp -r doc $READTHEDOCS_OUTPUT/html

0 comments on commit d48e92e

Please sign in to comment.