Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
Add mp_api to install
  • Loading branch information
DorianDepriester authored Dec 10, 2024
1 parent 392b922 commit a153ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
# golang: "1.20"
jobs:
post_create_environment:
- python -m pip install sphinx_rtd_theme
- python -m pip install sphinx_rtd_theme, mp_api

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -35,4 +35,4 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.txt
- requirements: requirements.txt

0 comments on commit a153ff8

Please sign in to comment.