From e230a9abdd6faf16f0fd9aed5ec069b45a88e900 Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Sun, 1 Oct 2023 16:22:07 +0200 Subject: [PATCH] update requirements --- sphinx_source/conf.py | 6 ------ sphinx_source/requirements.txt | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/sphinx_source/conf.py b/sphinx_source/conf.py index bd8224a..6a9bae4 100644 --- a/sphinx_source/conf.py +++ b/sphinx_source/conf.py @@ -123,12 +123,6 @@ def setup(app): "icon": "fa-brands fa-github", "type": "fontawesome", }, - { - "name": "Twitter", - "url": "https://twitter.com/OriolAbril", - "icon": "fa-brands fa-twitter", - "type": "fontawesome", - }, { "name": "Mastodon", "url": "https://toot.cat/@oriolabril", diff --git a/sphinx_source/requirements.txt b/sphinx_source/requirements.txt index d29240e..5e48e87 100644 --- a/sphinx_source/requirements.txt +++ b/sphinx_source/requirements.txt @@ -1,4 +1,4 @@ -Sphinx>=5 +Sphinx>=6 sphinx-copybutton sphinx-design myst-parser[linkify]>=2