Skip to content

Commit a325a5e

Browse files
removed unused code warnings
1 parent 10c1f0f commit a325a5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

user_manual/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
# All configuration values have a default; values that are commented out
1212
# serve to show the default.
1313

14-
import sys, os, inspect
15-
1614
# If extensions (or modules to document with autodoc) are in another directory,
1715
# add these directories to sys.path here. If the directory is relative to the
1816
# documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -74,7 +72,7 @@
7472

7573
# If true, '()' will be appended to :func: etc. cross-reference text.
7674
#add_function_parentheses = True
77-
2
75+
7876
# If true, the current module name will be prepended to all description
7977
# unit titles (such as .. function::).
8078
#add_module_names = True

0 commit comments

Comments
 (0)