summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorShubhamRathi <shubhamiiitbackup@gmail.com>2017-01-26 19:17:39 +0530
committerShubhamRathi <shubhamiiitbackup@gmail.com>2017-01-26 19:17:39 +0530
commit0f688a1c18055cea888f1a208303940271942356 (patch)
tree4eccac70a4a35326023b8cb8db0adf7d1d6b4b7c /docs/conf.py
parent92be5700da9b5c6575dacf88597d2c1802b21cf6 (diff)
Removing RTD Hack
Eliminated rm -rf * from conf.py file & time, date of generation from index. Change-Id: I1c2c3da15a11b59659b9fbb46982bf71d7ec2ba9 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5b779af1d..41f10d79b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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.