From 15beeef6d758e431ded92587e37f067a0004700c Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Fri, 6 Oct 2023 22:58:20 +0100 Subject: [PATCH] sphinxemoji too --- _config.yml | 1 - index.md | 2 +- requirements.txt | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 57a8ded..ecee8c2 100644 --- a/_config.yml +++ b/_config.yml @@ -80,7 +80,6 @@ parse: - tasklist sphinx: extra_extensions: - - sphinxemoji.sphinxemoji - sphinx_last_updated_by_git - sphinx_subfigure # custom (local *.py files) diff --git a/index.md b/index.md index 96cddef..8114fc4 100644 --- a/index.md +++ b/index.md @@ -86,7 +86,7 @@ Spot something outdated or missing? Want to start a discussion? We welcome any o ````{note} ```{eval-rst} -Don't worry about making it perfect, it's fine to open a (`draft `_) PR and `allow edits from maintainers `_ to fix it |:heart:| +Don't worry about making it perfect, it's fine to open a (`draft `_) PR and `allow edits from maintainers `_ to fix it ‡ ``` ```` diff --git a/requirements.txt b/requirements.txt index d5a91b2..7a66122 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ jupyter-book -sphinxemoji sphinx-last-updated-by-git # TODO: remove after https://github.com/executablebooks/jupyter-book/pull/2048 docutils!=0.18.*,!=0.19.*,!=0.20.0