Skip to content

Commit

Permalink
Update RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Oct 2, 2024
1 parent 799db46 commit 0b12e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
- mkdir build
- mamba env create --file environment.yml
- cd build && mamba run -n libmobility cmake .. && mamba run -n libmobility make -j4 all
- cd docs && make html
- cd docs && mamba run -n libmobility make html
- mkdir -p $READTHEDOCS_OUTPUT/
- mv ./build/html $READTHEDOCS_OUTPUT/html

Expand Down

0 comments on commit 0b12e55

Please sign in to comment.