From a153ff890303fa5e6e530b3ed3c91f369fced4f4 Mon Sep 17 00:00:00 2001 From: Dorian Depriester Date: Tue, 10 Dec 2024 14:41:52 +0100 Subject: [PATCH] Update .readthedocs.yaml Add mp_api to install --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fa5d8eb..7940686 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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: @@ -35,4 +35,4 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: requirements.txt \ No newline at end of file + - requirements: requirements.txt