Skip to content

Commit 5e9f4a6

Browse files
committed
remove djangodocs from Sphinx build
1 parent ae804fb commit 5e9f4a6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
import os
1515
import sys
1616
sys.path.insert(0, os.path.abspath(os.path.join(os.pardir, os.pardir)))
17-
sys.path.insert(1, os.path.abspath(os.path.join(os.pardir, os.pardir, os.pardir, 'django/docs/_ext')))
18-
19-
print(sys.path)
17+
#sys.path.insert(1, os.path.abspath(os.path.join(os.pardir, os.pardir, os.pardir, 'django/docs/_ext')))
2018

2119
from adminsortable2 import __version__ as release # noqa
2220

@@ -34,7 +32,6 @@
3432
# ones.
3533
extensions = [
3634
'sphinx.ext.intersphinx',
37-
'djangodocs',
3835
]
3936

4037
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)