Skip to content

Commit fe3b8e2

Browse files
committed
Rtd git lfs wip
1 parent a33a2cf commit fe3b8e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
DOC_SOURCES_DIR = os.path.dirname(os.path.abspath(__file__))
1515
PROJECT_ROOT_DIR = os.path.dirname(os.path.dirname(DOC_SOURCES_DIR))
1616
sys.path.insert(0, DOC_SOURCES_DIR)
17+
print('DOC_SOURCES_DIR', DOC_SOURCES_DIR)
1718
print('PROJECT_ROOT_DIR', PROJECT_ROOT_DIR)
1819

1920
# -- Project information -----------------------------------------------------
@@ -85,7 +86,7 @@
8586
if on_rtd:
8687
print('Fetching files with git_lfs')
8788
from git_lfs import fetch
88-
fetch(PROJECT_ROOT_DIR)
89+
fetch(DOC_SOURCES_DIR)
8990

9091

9192
import sphinx_rtd_theme

0 commit comments

Comments
 (0)