Skip to content

Commit

Permalink
"Updated .readthedocs.yml to add build commands and remove empty line"
Browse files Browse the repository at this point in the history
  • Loading branch information
kunle009 committed May 16, 2024
1 parent 75afcb3 commit ca5cd35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ version: 2

build:
os: ubuntu-lts-latest

commands:
- pip install -r requirements.txt
- make html

sphinx:
configuration: docs/conf.py

Expand Down

0 comments on commit ca5cd35

Please sign in to comment.