Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f2f65ad

Browse files
committedOct 4, 2024
install archivebox when building docs
1 parent 0e0e682 commit f2f65ad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
#
1313

1414
import os
15+
import sys
16+
from pathlib import Path
17+
1518
import recommonmark # noqa: F401
1619
from recommonmark.transform import AutoStructify
1720

21+
sys.path.append(str(Path('.').resolve()))
1822
os.environ['USE_CHROME'] = 'False'
1923

2024
import archivebox

‎requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-e .
12
recommonmark
23
sphinx
3-
sphinx-rtd-theme
4+
sphinx-rtd-theme

0 commit comments

Comments
 (0)
Please sign in to comment.