aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-10-12 10:06:23 +0100
committerliamfallon <liam.fallon@est.tech>2021-10-12 10:42:18 +0100
commit7ae960ffa3a31ffa4d9e5a25a3277192896e7a3b (patch)
tree321cd6499e955b1460e81e9e7971c8cddab591ce /docs/conf.py
parent7585ac35524c43acb23d178efed9223643a5c5c4 (diff)
Remove docs directory from policy/clamp
All the documentation from policy-clamp is now moved to policy parent and the links from the ONAP root documentaiton to CLAMP are now pointing at the documentation for CLAMP in policy/parent. This all means that the documentation in policy/clamp can now be removed. Issue-ID: POLICY-3337 Change-Id: I9bf99b0dc7a8184dc5a972a207e94fad33e507e2 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/conf.py b/docs/conf.py
deleted file mode 100644
index 5371015c6..000000000
--- a/docs/conf.py
+++ /dev/null
@@ -1,15 +0,0 @@
-from docs_conf.conf import *
-
-branch = 'latest'
-master_doc = 'index'
-
-linkcheck_ignore = [
- 'http://localhost',
-]
-
-intersphinx_mapping = {}
-
-html_last_updated_fmt = '%d-%b-%y %H:%M'
-
-def setup(app):
- app.add_stylesheet("css/ribbon.css")