Skip to content

Commit e07bb80

Browse files
Merge pull request #91 from MSanKeys963/add_rtd_config
Minor fix to .readthedocs.yml
2 parents 901b246 + 6a75801 commit e07bb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ build:
1313
- ~/.rvm/bin/rvm autolibs disable && ~/.rvm/bin/rvm install ruby 3.1.2
1414
- PATH="$HOME/.rvm/rubies/ruby-3.1.2/bin:$PATH" gem install bundler
1515
- PATH="$HOME/.rvm/rubies/ruby-3.1.2/bin:$PATH" bundle install
16-
- PATH="$HOME/.rvm/rubies/ruby-3.1.2/bin:$PATH" bundle exec jekyll build --destination ../_readthedocs/html --baseurl $(echo -n "$READTHEDOCS_CANONICAL_URL" | cut -d '/' -f 4-)
16+
- PATH="$HOME/.rvm/rubies/ruby-3.1.2/bin:$PATH" bundle exec jekyll build --destination _readthedocs/html --baseurl $(echo -n "$READTHEDOCS_CANONICAL_URL" | cut -d '/' -f 4-)

0 commit comments

Comments
 (0)