File tree 1 file changed +0
-14
lines changed 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 9
9
# If extensions (or modules to document with autodoc) are in another directory,
10
10
# add these directories to sys.path here. If the directory is relative to the
11
11
# documentation root, use os.path.abspath to make it absolute, like shown here.
12
- #
13
12
14
- import os
15
13
import sys
16
- import django
17
14
from pathlib import Path
18
15
19
- # import recommonmark # noqa: F401
20
- # from recommonmark.transform import AutoStructify
21
-
22
16
sys .path .append (str (Path (__file__ ).parent .parent ))
23
17
sys .path .append (str (Path (__file__ ).parent .parent / 'archivebox' ))
24
- # os.environ['DJANGO_SETTINGS_MODULE'] = 'core.settings'
25
- # import archivebox
26
- # os.chdir(archivebox.PACKAGE_DIR)
27
-
28
- # django.setup()
29
- # from archivebox.config.legacy import setup_django
30
-
31
- # setup_django()
32
18
33
19
# -- Project information -----------------------------------------------------
34
20
You can’t perform that action at this time.
0 commit comments