From 103a5f7c0bedf4a0a59882006ff239ae269b94c9 Mon Sep 17 00:00:00 2001 From: slaff Date: Sun, 30 May 2021 11:20:52 +0200 Subject: [PATCH] Read the docs is missing npm and npx. Try to use python only. (#2334) --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index ad7b98982f..2deb3a29db 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,6 +66,8 @@ offline_skin_js_path = '_static/WaveSkin.js' offline_wavedrom_js_path = '_static/WaveDrom.js' +render_using_wavedrompy = True + # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.