From 6f8de39a84fddc398542e9d4dc74ba55101e7d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Sun, 28 May 2023 11:28:08 -0300 Subject: [PATCH] fix autoclass in readme --- README.rst | 4 ++-- docs/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 97275a1..90365a9 100644 --- a/README.rst +++ b/README.rst @@ -75,10 +75,10 @@ module (ignoring classes imported from other modules). For example:: - .. autoclasstree:: sphinx.util.SphinxParallelError sphinx.util.ExtensionError + .. autoclasstree:: sphinx.util.DownloadFiles sphinx.util.ExtensionError :full: -.. autoclasstree:: sphinx.util.SphinxParallelError sphinx.util.ExtensionError +.. autoclasstree:: sphinx.util.DownloadFiles sphinx.util.ExtensionError :full: diff --git a/docs/requirements.txt b/docs/requirements.txt index a702eed..78cace8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -Sphinx>=3.2.1 -myst-parser>=0.15.1 \ No newline at end of file +Sphinx<7 +myst-parser>=1.0.0 \ No newline at end of file