Skip to content

Commit 69881c0

Browse files
committed
settings: 既定で内部リンクを相対リンクで生成する
1 parent 340f778 commit 69881c0

File tree

4 files changed

+4
-26
lines changed

4 files changed

+4
-26
lines changed

settings/boostjp.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
# 'git' => CACHEBUST_DIR のディレクトリの git rev-parse HEAD の結果を使う
8585
CACHEBUST_TYPE = 'time'
8686

87-
USE_RELATIVE_LINK = False
87+
# 内部リンクを相対リンクで生成する
88+
USE_RELATIVE_LINK = True
8889

8990
# 並び替えルール
9091
def get_order_priority(name):

settings/boostjp_relative.py

-13
This file was deleted.

settings/cpprefjp.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
CACHEBUST_TYPE = 'git'
8686
CACHEBUST_DIR = 'kunai'
8787

88-
USE_RELATIVE_LINK = False
88+
# 内部リンクを相対リンクで生成する
89+
USE_RELATIVE_LINK = True
8990

9091
# 並び替えルール
9192
ORDER_PRIORITY_LIST = [

settings/cpprefjp_relative.py

-11
This file was deleted.

0 commit comments

Comments
 (0)