Skip to content

Commit 8fcf44a

Browse files
author
roman_yakovenko
committed
sphinx
1 parent 29158fd commit 8fcf44a

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

unittests/autoconfig.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,11 @@
77
import sys
88
import getpass
99

10-
11-
1210
#~ os.environ['PYCHECKER'] = '--limit=1000 -q --no-argsused'
1311
#~ import pychecker.checker
1412

1513
this_module_dir_path = os.path.abspath ( os.path.dirname( sys.modules[__name__].__file__) )
1614

17-
sys.path.append( os.path.abspath( os.path.join( this_module_dir_path, '..', '..', 'pydsc_dev' ) ) )
18-
19-
import pydsc
20-
pydsc.ignore_dictionary( 'ignore_dictionary.txt' )
21-
pydsc.set_text_preprocessor( pydsc.sphinx_preprocessor )
22-
pydsc.include_paths( os.path.join( this_module_dir_path, '..', '..', 'pygccxml_dev' ) )
23-
2415
data_directory = os.path.join( this_module_dir_path, 'data' )
2516
build_directory = os.path.join( this_module_dir_path, 'temp' )
2617

unittests/ignore_dictionary.txt

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)