From 6e6b210639d2a3410e8686b469eeb363b1b1583f Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 19 Nov 2024 20:49:55 -0600 Subject: [PATCH] fix(docs): remove apt install, something else is funny --- .readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e4f58caaa..025b9b554 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,7 +13,6 @@ build: jobs: post_install: - python -m pip install '.[dev]' - - sudo apt update && sudo apt install -y pandoc graphviz # You can also specify other tool versions: # nodejs: "19" # rust: "1.64"