From b077fef018871842b6365805dc1701587d70bca5 Mon Sep 17 00:00:00 2001 From: Paul Kienzle Date: Thu, 5 Dec 2024 19:02:25 -0500 Subject: [PATCH] update readthedocs configuration --- .readthedocs.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 89be8e5..1a8da9a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,10 +13,12 @@ build: # nodejs: "20" # rust: "1.70" # golang: "1.20" - + commands: + - pip install matplotlib + - make -j 4 -C doc/sphinx SPHINXOPTS="-W --keep-going" html # Build documentation in the "doc/" directory with Sphinx -sphinx: - configuration: doc/sphinx/conf.py +#sphinx: + #configuration: doc/sphinx/conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # builder: "dirhtml" # Fail on all warnings to avoid broken references