From d7168577b859d15a15c2bcbc6c4f607a62be7478 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sun, 19 Jan 2025 13:50:53 +0100 Subject: [PATCH] chore(docs): migrate to RTD template v3 notable change: Drop support for all versions of Internet Explorer. --- docs/conf.py | 7 ------- docs/requirements.txt | 6 +++--- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8196b6934..a3475a323 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -117,13 +117,6 @@ html_theme = "sphinx_rtd_theme" # documentation. # html_theme_options = {} -# Add any paths that contain custom themes here, relative to this directory. -# Add path to the RTD explicitly to robustify builds (otherwise might -# fail in a clean Debian build env) -import sphinx_rtd_theme - -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] - # The style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths # given in html_static_path. diff --git a/docs/requirements.txt b/docs/requirements.txt index 5f683d34c..7ee897170 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx==6.2.1 -sphinx-hoverxref==1.3.0 -sphinx-notfound-page==1.0.0 -sphinx-rtd-theme==2.0.0 +sphinx-hoverxref==1.4.2 +sphinx-notfound-page==1.0.4 +sphinx-rtd-theme==3.0.2