summaryrefslogtreecommitdiffstats
path: root/doc/_ext/ceph_confval.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_ext/ceph_confval.py')
-rw-r--r--doc/_ext/ceph_confval.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/_ext/ceph_confval.py b/doc/_ext/ceph_confval.py
index cde538b45c9..da93d1b415c 100644
--- a/doc/_ext/ceph_confval.py
+++ b/doc/_ext/ceph_confval.py
@@ -289,12 +289,6 @@ class CephOption(ObjectDescription):
# make diskprediction_local happy
mock_imports += ['numpy',
'scipy']
- # make restful happy
- mock_imports += ['pecan',
- 'pecan.rest',
- 'pecan.hooks',
- 'werkzeug',
- 'werkzeug.serving']
for m in mock_imports:
args = {}