From 77dba39585cf1baa25852bc002bb4522b16bc516 Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Mon, 4 Sep 2023 09:00:24 +0200 Subject: [PATCH] Pin version of sphinx-github-style (#2847) 1.0.3 removed support of `top_level` configuration parameter and builds now are failing. Besides that remove redundant pyyaml from requirements.docs.txt --- requirements.docs.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.docs.txt b/requirements.docs.txt index 1a71f097..afb47378 100644 --- a/requirements.docs.txt +++ b/requirements.docs.txt @@ -1,5 +1,4 @@ sphinx>=4 sphinx_rtd_theme>1 sphinxcontrib-apidoc -sphinx-github-style -pyyaml +sphinx-github-style<1.0.3