updates to use new doc toolchain 05/4305/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Fri, 11 Dec 2015 06:30:46 +0000 (15:30 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Fri, 11 Dec 2015 06:30:46 +0000 (15:30 +0900)
Change-Id: I5009a996b2e581638f159ed37a1c56ac53c0c71f
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
.gitignore
docs/etc/conf.py [deleted file]
docs/etc/opnfv-logo.png [deleted file]

index 4238865..3eab5f4 100644 (file)
@@ -55,3 +55,8 @@ target/
 # SublimeText
 *.sublime-project
 *.sublime-workspace
+
+*~
+.*.sw?
+/output/
+/releng/
diff --git a/docs/etc/conf.py b/docs/etc/conf.py
deleted file mode 100644 (file)
index f42b110..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-'''
-Base configuration file for sphinx-build.
-
-You can override this configuration by putting 'conf.py' in the document
-directory (e.g. how-to-use-docs/conf.py). If there is no 'conf.py' in the
-document directory, this file will be copied to that directory before the
-document builder jobs in 'opnfv-docs-verify' and 'opnfv-docs-merge'.
-The logo image (opnfv-logo.png) will be also copied from
-docs/etc/opnfv-logo.png during the build jobs.
-'''
-
-import datetime
-
-needs_sphinx = '1.3'
-master_doc = 'index'
-pygments_style = 'sphinx'
-
-html_use_index = False
-numfig = True
-html_logo = 'opnfv-logo.png'
-
-latex_elements = {'printindex': ''}
-latex_logo = 'opnfv-logo.png'
-
-copyright = u'%s, OPNFV' % datetime.date.today().year
-version = u'1.0.0'
-release = u'1.0.0'
diff --git a/docs/etc/opnfv-logo.png b/docs/etc/opnfv-logo.png
deleted file mode 100644 (file)
index 1519503..0000000
Binary files a/docs/etc/opnfv-logo.png and /dev/null differ