Skip to content

Commit ee37483

Browse files
committed
cleaned up the config file
1 parent 4601952 commit ee37483

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

‎build/config.py‎

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
11
""" Default configuration file for aaa-py. """
22

3-
43
O_NAME="website"
54
CONTENTS_NAME="contents"
65
INDEX_NAME="contents/README.md"
76
SUMMARY_NAME="SUMMARY.md"
87
AAA_CLONE_PATH="contents"
98
AAA_PATH="contents"
10-
AAA_ORIGIN="git://github.com/algorithm-archivists/algorithm-archive.git"
119
CONTENTS_PATH="contents"
1210
AAA_README="README.md"
1311
AAA_SUMMARY="SUMMARY.md"
14-
AAA_REPO_PATH="algorithm-archive-master"
15-
IMPORT_FILES={
16-
"SUMMARY.md": "SUMMARY.md",
17-
"README.md": "README.md",
18-
"contents": "contents",
19-
"literature.bib": "literature.bib",
20-
"book.json": "book.json",
21-
"redirects.json": "redirects.json"
22-
}
2312
EXT= [
2413
"fenced_code",
2514
"codehilite",

0 commit comments

Comments
(0)