From 5ba045af7b3bebf2e4a7e1098f35ad134fbd78e8 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 2 Nov 2022 22:37:39 -0400 Subject: [PATCH] PyDocs: Upgrade Theme to 1.1.0 Updates to kbd and breadcrumbs along with some fixes to API docs that should'nt affect us. --- doc/python_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt index 42acae34789..4b31c3f1344 100644 --- a/doc/python_api/requirements.txt +++ b/doc/python_api/requirements.txt @@ -10,4 +10,4 @@ requests==2.28.1 # Only needed to match the theme used for the official documentation. # Without this theme, the default theme will be used. -sphinx_rtd_theme==1.0.0 +sphinx_rtd_theme==1.1.0