From 46fcf3d494f56c8f0f43e06b42688394f886563e Mon Sep 17 00:00:00 2001 From: Andreas Neumeier Date: Fri, 20 May 2022 14:19:00 +0200 Subject: [PATCH] Build docs with Sphinx 4.5.0 --- docs/conf.py | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c32af9c03..2d614969d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ "sphinx.ext.todo", "sphinx.ext.coverage", "rfc", - "m2r", + "m2r2", "sphinx_rtd_theme", ] diff --git a/tox.ini b/tox.ini index 117a5e901..8b3bdd60c 100644 --- a/tox.ini +++ b/tox.ini @@ -72,9 +72,9 @@ commands = livedocs: make livehtml deps = Jinja2<3.1 - sphinx<3 + Sphinx==4.5.0 oauthlib>=3.1.0 - m2r>=0.2.1 + m2r2==0.3.2 mistune<2 sphinx-rtd-theme livedocs: sphinx-autobuild