Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndyScherzinger <info@andy-scherzinger.de>2016-11-03 18:48:21 +0300
committerAndyScherzinger <info@andy-scherzinger.de>2016-11-10 12:20:06 +0300
commite3f8a49f3ff356f5e170af4cfa341c29cce3167f (patch)
treebcb9dc22d4f140c44dd5c17e052b871ecec81c57 /user_manual
parent4efdc6b00f6bf3f46b11a40c46ebd72a58c52ed4 (diff)
remove unused code
Diffstat (limited to 'user_manual')
-rw-r--r--user_manual/conf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/user_manual/conf.py b/user_manual/conf.py
index 3269dfc18a..9d9d6ae7c8 100644
--- a/user_manual/conf.py
+++ b/user_manual/conf.py
@@ -11,8 +11,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
-import sys, os, inspect
-
# 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.
@@ -74,7 +72,7 @@ exclude_patterns = ['_build','scripts/*', 'ocdoc/*']
# If true, '()' will be appended to :func: etc. cross-reference text.
#add_function_parentheses = True
-2
+
# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
#add_module_names = True