Skip to content

Commit 3e7bf9c

Browse files
committed
[2020-07-21] 修复readthedocs,重新发布0.3.8版本
1 parent 53a25e1 commit 3e7bf9c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Mad_tornado*.zip
88
madtornado*.zip
99
madtornado-*/
1010
docs/ancient/view/
11+
docs/ancient/wood/
1112
docs/config/tornado.cfg
1213

1314
# Byte-compiled / optimized / DLL files

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
if not os.path.isdir("./ancient/view"):
3434
shutil.copytree("../madtornado/ancient/view", "./ancient/view")
35+
if not os.path.isdir("./ancient/wood"):
36+
shutil.copytree("../madtornado/ancient/wood", "./ancient/wood")
3537
shutil.copyfile("../madtornado/config/tornado.cfg", "./config/tornado.cfg")
3638

3739
t_conf = configparser.ConfigParser()

madtornado/config/tornado.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tornado]
2-
release = false
2+
release = true
33
frame = madtornado
4-
frame_version = 0.3.7
4+
frame_version = 0.3.8
55
project = madtornado
66
project_version = 0.1.0
77

0 commit comments

Comments
 (0)