Removing RTD Hack 13/27613/1
authorShubhamRathi <shubhamiiitbackup@gmail.com>
Thu, 26 Jan 2017 13:47:39 +0000 (19:17 +0530)
committerShubhamRathi <shubhamiiitbackup@gmail.com>
Thu, 26 Jan 2017 13:47:39 +0000 (19:17 +0530)
Eliminated rm -rf * from conf.py file &
time, date of generation from index.

Change-Id: I1c2c3da15a11b59659b9fbb46982bf71d7ec2ba9
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
docs/conf.py
docs/index.rst

index 5b779af..41f10d7 100644 (file)
@@ -1,12 +1,8 @@
 import sphinx_bootstrap_theme
-import subprocess
 
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
-# <! RTD Hack >
-subprocess.call(["rm", "-rf", "*"])
-# <!/ RTD Hack >
 # -- General configuration ------------------------------------------------
 
 # If your documentation needs a minimal Sphinx version, state it here.
index fb715c5..98ee19f 100644 (file)
@@ -1,6 +1,3 @@
-.. |date| date::
-.. |time| date:: %H:%M
-
 OPNFV Documentation
 ===================
 
@@ -10,7 +7,7 @@ system level integration, deployment and testing, OPNFV creates a
 reference NFV platform to accelerate the transformation of enterprise
 and service provider networks. Participation is open to anyone,
 whether you are an employee of a member company or just passionate
-about network transformation. This document was generated on |date| at |time|.
+about network transformation.
 
 Release Documentation
 ----------------------