Skip to content

Commit bf1df9b

Browse files
author
Sam Kleinman
committed
DOCS-374 reorganizing docs code
1 parent 8e0a22a commit bf1df9b

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# serve to show the default.
1010

1111
import sys, os
12-
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), ".ext")))
12+
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "bin")))
1313
from mongodb_docs_meta import VersionMeta
1414

1515
meta = VersionMeta()

0 commit comments

Comments
 (0)