summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2020-01-27 11:49:47 +1300
committerSteve Baker <sbaker@redhat.com>2020-07-14 10:34:13 +1200
commit44cc6dd7927f71fbfff9b5240186eaeaf2643bb9 (patch)
treea4eec2be3c608109e2eb1661c7d5d765805b29f9 /doc
parent8006c9dfd2cc1cfa78710d182019a04530ce4598 (diff)
downloadironic-44cc6dd7927f71fbfff9b5240186eaeaf2643bb9.tar.gz
Add wsme core types, remove WSME
The header for the file types.py denotes its dual-licensed status as MIT with copyright to the original WSME authors, plus apache licensed as part of Ironic. Story: 1651346 Task: 10551 Change-Id: I986cc4a936c8679e932463ff3c91d1876a713196
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt1
-rw-r--r--doc/source/conf.py2
2 files changed, 0 insertions, 3 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 702fb23bc..d7394a9e6 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,6 +3,5 @@ os-api-ref>=1.4.0 # Apache-2.0
reno>=3.1.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD
-sphinxcontrib-pecanwsme>=0.10.0 # Apache-2.0
sphinxcontrib-seqdiag>=0.8.4 # BSD
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
diff --git a/doc/source/conf.py b/doc/source/conf.py
index ca13aa69c..1f667a4b4 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -34,8 +34,6 @@ sys.path.insert(0, os.path.join(os.path.abspath('.'), '_exts'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.viewcode',
'sphinx.ext.graphviz',
- 'sphinxcontrib.httpdomain',
- 'sphinxcontrib.pecanwsme.rest',
'sphinxcontrib.seqdiag',
'sphinxcontrib.apidoc',
'sphinxcontrib.rsvgconverter',