From 1245730c79c026d68eeec7e5fb4e7c92e7a4e677 Mon Sep 17 00:00:00 2001 From: charliebudd Date: Wed, 16 Dec 2020 17:20:14 +0000 Subject: [PATCH] adding modules to requirments-dev.txt that are needed to build the docs Signed-off-by: charliebudd --- requirements-dev.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index fb0c24c859..3de7365d16 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,3 +26,7 @@ mypy>=0.790 ninja torchvision psutil +Sphinx==3.3.0 +recommonmark==0.6.0 +sphinx-autodoc-typehints==1.11.1 +sphinx-rtd-theme==0.5.0