Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1083433?usp=email )
Change subject: [doc] remove sphinx-notfound-page extension for sphinx ...................................................................... [doc] remove sphinx-notfound-page extension for sphinx The extension does not work well. Change-Id: I8f33c6658685f66d3988688f23b3f5e100b8d085 --- M docs/conf.py M docs/requirements.txt 2 files changed, 0 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/docs/conf.py b/docs/conf.py index 6f2432e..522a1b2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,6 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'notfound.extension', 'sphinx_copybutton', 'sphinx_tabs.tabs', 'sphinx.ext.autodoc', diff --git a/docs/requirements.txt b/docs/requirements.txt index d64337a..ed13758 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,7 +5,6 @@ rstcheck >=6.2.4 sphinxext-opengraph >= 0.9.1 sphinx-copybutton >= 0.5.2 -sphinx-notfound-page >= 1.0.4 sphinx-tabs >= 3.4.7 tomli >= 2.02; python_version < '3.11' furo >= 2024.8.6 -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1083433?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I8f33c6658685f66d3988688f23b3f5e100b8d085 Gerrit-Change-Number: 1083433 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org