From 50b7eaad1e90d7fd0c1a6f6939a188d3fc5d49ce Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 19 Nov 2024 20:42:17 -0600 Subject: [PATCH] docs: install pandoc and graphviz before building --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c70932560..d858432ce 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,7 @@ build: jobs: post_install: - pip install '.[dev]' + - apt update && apt install -y pandoc graphviz # You can also specify other tool versions: # nodejs: "19" # rust: "1.64"