From 76f39f87e44961298038e556cfbb76a21617ca70 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 22 Sep 2021 16:08:41 +0200 Subject: [PATCH 1/2] requirements: update Sphinx and sphinx-rtd-theme --- docs/requirements.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 191c315d..e5845dfa 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,12 +1,6 @@ -# Sphinx 3.5.x includes a feature to only include the JS and CSS on the pages -# that they are used. This conflicts when we render content that uses MathJax, -# since the page that shows the tooltip does not has MathJax loaded, but the -# content rendered inside the tooltip requires it to work. -# https://github.com/sphinx-doc/sphinx/pull/8631 -sphinx==3.4.3 # pyup: <3.5 - +sphinx==4.2.0 sphinx-autoapi==1.8.4 -sphinx-rtd-theme==0.5.2 +sphinx-rtd-theme==1.0.0 sphinx-tabs==3.2.0 sphinx-prompt==1.4.0 sphinx-version-warning==1.1.2 From af5687da784301ea39f7f8a8eac35839fa31adc6 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 22 Sep 2021 16:30:14 +0200 Subject: [PATCH 2/2] Pin sphinx-rtd-theme because titles don't render properly --- docs/requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e5845dfa..666b5244 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,9 @@ sphinx==4.2.0 sphinx-autoapi==1.8.4 -sphinx-rtd-theme==1.0.0 + +# Titles on tooltips are not rendering properly. Weird chars are being shown. +sphinx-rtd-theme==0.5.2 # pyup: ignore + sphinx-tabs==3.2.0 sphinx-prompt==1.4.0 sphinx-version-warning==1.1.2