From f81b3e56e7bbcdde4062d3287b5371d1fff43ae7 Mon Sep 17 00:00:00 2001 From: Jim Witschey Date: Thu, 13 Apr 2017 16:01:28 -0400 Subject: [PATCH] add prebuild steps for documentor --- docs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs.yaml b/docs.yaml index e4c5c857..e8adac73 100644 --- a/docs.yaml +++ b/docs.yaml @@ -10,6 +10,8 @@ sections: prefix: / type: sphinx directory: docs +prebuilds: + - python setup.py build_ext --inplace --force --no-murmur3 --no-cython versions: - name: 3.9 ref: 3.9-doc