From 283c6cfa2b9821f2027f60dd68298af105121e90 Mon Sep 17 00:00:00 2001 From: aadya940 Date: Wed, 7 Aug 2024 16:17:13 +0530 Subject: [PATCH] readthedocs fix --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7b49123..2a9f1c2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,8 @@ build: pre_build: - python -m pip install -r requirements.txt - python -m pip install -r requirements_doc.txt - - yum install -y pandoc + - apt update -y + - apt install -y pandoc - python -m pip install pandoc - python setup.py build_ext --inplace - sphinx-apidoc --private -o docs/source chainopy/