From 87f6c2778b7e973246253d39f8ec747c51d26223 Mon Sep 17 00:00:00 2001 From: Kenneth Lyons Date: Mon, 15 Feb 2021 16:17:01 -0800 Subject: [PATCH] Pin sphinx version to avoid buggy sphinx.ext.viewcode --- doc/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 60d1d1e7..535a77c1 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ pyside2 numpy pyopengl -sphinx -sphinx_rtd_theme +sphinx==3.4.3 +sphinx_rtd_theme==0.5.1