summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py1
-rw-r--r--docs/requirements.txt1
-rw-r--r--docs/templates/sections/apiexample/httpdomain.rst10
-rw-r--r--docs/templates/sections/offeredapis.rst1
-rw-r--r--etc/requirements.txt1
5 files changed, 0 insertions, 14 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 791569eb5..95c2a8c00 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,7 +41,6 @@ extensions = [
'sphinxcontrib.seqdiag',
'sphinx.ext.ifconfig',
'sphinx.ext.todo',
- 'sphinxcontrib.httpdomain',
'sphinxcontrib.plantuml',
'sphinxcontrib.swaggerdoc'
]
diff --git a/docs/requirements.txt b/docs/requirements.txt
index fa752e6aa..85c7da158 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -5,7 +5,6 @@ docutils
setuptools
six
sphinx_rtd_theme
-sphinxcontrib-httpdomain
sphinxcontrib-blockdiag
sphinxcontrib-seqdiag
sphinxcontrib-swaggerdoc
diff --git a/docs/templates/sections/apiexample/httpdomain.rst b/docs/templates/sections/apiexample/httpdomain.rst
deleted file mode 100644
index f06d0067a..000000000
--- a/docs/templates/sections/apiexample/httpdomain.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-Sphinx httpdomain directive
-===========================
-
-.. http:get:: path
-
- For more information see `<https://pythonhosted.org/sphinxcontrib-httpdomain>`_
-
diff --git a/docs/templates/sections/offeredapis.rst b/docs/templates/sections/offeredapis.rst
index b1b8f41e8..f5032b4cc 100644
--- a/docs/templates/sections/offeredapis.rst
+++ b/docs/templates/sections/offeredapis.rst
@@ -23,4 +23,3 @@ Here are several examples:
apiexample/swaggerv2doc.rst
apiexample/swagger2markup.rst
apiexample/worddoc2rst.rst
- apiexample/httpdomain.rst
diff --git a/etc/requirements.txt b/etc/requirements.txt
index fa752e6aa..85c7da158 100644
--- a/etc/requirements.txt
+++ b/etc/requirements.txt
@@ -5,7 +5,6 @@ docutils
setuptools
six
sphinx_rtd_theme
-sphinxcontrib-httpdomain
sphinxcontrib-blockdiag
sphinxcontrib-seqdiag
sphinxcontrib-swaggerdoc