We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4601952 commit ee37483Copy full SHA for ee37483
build/config.py
@@ -1,25 +1,14 @@
1
""" Default configuration file for aaa-py. """
2
3
-
4
O_NAME="website"
5
CONTENTS_NAME="contents"
6
INDEX_NAME="contents/README.md"
7
SUMMARY_NAME="SUMMARY.md"
8
AAA_CLONE_PATH="contents"
9
AAA_PATH="contents"
10
-AAA_ORIGIN="git://github.com/algorithm-archivists/algorithm-archive.git"
11
CONTENTS_PATH="contents"
12
AAA_README="README.md"
13
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
-}
23
EXT= [
24
"fenced_code",
25
"codehilite",
0 commit comments