summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-12-03 00:27:37 +0700
committerGitHub <[email protected]>2021-12-03 00:27:37 +0700
commit3e9bb3bee1e835a0d99c3f503c63cf0481b45ce2 (patch)
tree7df06d7fad107a8f65fbb5cab63579262a419878 /docs
parent6f0c2cf0d80554dbce9c5addefd69dcbf8defeeb (diff)
parentc52c9cda913a828da4d6b2da4df8a0ef1751c425 (diff)
Merge pull request #1225 from perigoso/doc-requirements
after commit: eae4132 this dependency is no longer required
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