Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-11-03 05:37:39 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-11-03 05:37:39 +0300
commit5ba045af7b3bebf2e4a7e1098f35ad134fbd78e8 (patch)
tree8fffc68cc92b463166e6482149f1872081078508
parentea94d5723f106a1812b474961940f283a9fe6c1f (diff)
PyDocs: Upgrade Theme to 1.1.0
Updates to kbd and breadcrumbs along with some fixes to API docs that should'nt affect us.
-rw-r--r--doc/python_api/requirements.txt2
1 files changed, 1 insertions, 1 deletions
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