From a7b9e711574995fe19577f0c4215d776541e11b3 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Fri, 11 Oct 2024 19:21:16 +0500 Subject: [PATCH] Unpin docutils to allow using modern Sphinx. --- docs/conf.py | 2 +- docs/requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c843c4a1..e527040c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,7 +37,7 @@ templates_path = ["_templates"] # The suffix of source filenames. -source_suffix = ".rst" +source_suffix = {".rst": "restructuredtext"} # The encoding of source files. # source_encoding = 'utf-8-sig' diff --git a/docs/requirements.txt b/docs/requirements.txt index cf6aa7e0..27420981 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,3 @@ -docutils<0.18 # https://github.yuuza.net/sphinx-doc/sphinx/issues/9727 sphinx sphinx-hoverxref sphinx-notfound-page