From 0700521833eef78b959723043e8c1bfaa4ef072b Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sun, 24 May 2020 19:23:28 -0400 Subject: Py Docs: Update Sphinx and Theme Dependencies `sphinx_rtd_theme==0.5.0rc1` probably should not be used for 2.83 but it would be nice to test --- doc/python_api/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt index c2b5b2fd794..263b12eb604 100644 --- a/doc/python_api/requirements.txt +++ b/doc/python_api/requirements.txt @@ -1,2 +1,2 @@ -Sphinx==1.8.5 -sphinx_rtd_theme==0.4.3 +Sphinx==3.0.3 +sphinx_rtd_theme==0.5.0rc1 -- cgit v1.2.3