From 007e41576d85105e81039fe93efb13c901a57736 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 4 Jan 2024 22:56:13 +0100 Subject: [PATCH] readthedocs: actually build the module to enable docs Oops. Without this, the docs are empty... --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9c34c90..0ead772 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,9 @@ build: # nodejs: "20" # rust: "1.70" # golang: "1.20" + jobs: + pre_build: + - make xattr.so # Build documentation in the "docs/" directory with Sphinx sphinx: -- 2.39.2