mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
remove unused code
This commit is contained in:
parent
152cb4bd14
commit
e0056475a8
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue