From 95c52afdf4e96ea4b51247dd91e0a2e19770de54 Mon Sep 17 00:00:00 2001 From: Erdi <61631026+erdiari@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:40:28 +0300 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 45a5116..c4faf1c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,9 @@ build: os: ubuntu-22.04 tools: python: "3.9" + apt_packages: + - swig3 + # Build documentation in the docs/ directory with Sphinx @@ -24,4 +27,4 @@ python: - requirements: docs/requirements.txt - method: pip - path: . \ No newline at end of file + path: .