summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Silva <[email protected]>2021-12-02 10:22:24 +0000
committerRafael Silva <[email protected]>2021-12-02 10:24:19 +0000
commitc52c9cda913a828da4d6b2da4df8a0ef1751c425 (patch)
tree7df06d7fad107a8f65fbb5cab63579262a419878 /docs
parent6f0c2cf0d80554dbce9c5addefd69dcbf8defeeb (diff)
after commit: eae4132 this dependency is no longer required
Signed-off-by: Rafael Silva <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
-rw-r--r--docs/requirements.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c7a17478f..878b29645 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -21,7 +21,6 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx_autodoc_typehints',
- 'sphinxemoji.sphinxemoji',
]
templates_path = ['_templates']
diff --git a/docs/requirements.txt b/docs/requirements.txt
index e415ae03e..8ae9ae73b 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,4 +1,3 @@
sphinx~=3.0
furo>=2020.12.30.b24
-sphinxemoji>=0.1.8
sphinx-autodoc-typehints>=1.10