Skip to content

Commit

Permalink
Fix run command for bash in readthedocs build.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469201658
Change-Id: I9c8ae04fb093ea73dfaf0f4367c8a62b004ea4ec
  • Loading branch information
lanctot committed Aug 22, 2022
1 parent 3f52686 commit dafe96c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ build:
- echo `ls docs`
- echo `ls docs/_build/html/api_reference.html`
- echo "Fixing the table links"
- cd docs
- ./fix_table_links.sh
- cd ..
- cd docs && bash fix_table_links.sh

0 comments on commit dafe96c

Please sign in to comment.