Skip to content

Commit a370e93

Browse files
committed
add rebuild script
1 parent c8facfb commit a370e93

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

rebuild.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
cat << EOF >/usr/local/lib/python3.6/site-packages/sphinx_rtd_theme/comments.html
2+
<comments>
3+
<script src="https://utteranc.es/client.js"
4+
repo="iswbm/python-guide"
5+
issue-term="pathname"
6+
theme="github-light"
7+
crossorigin="anonymous"
8+
async>
9+
</script>
10+
</comments>
11+
EOF
12+
13+
rm -rf build/ && sphinx-multiversion source build/html && cp -rf build/html/master/* build/html/

0 commit comments

Comments
 (0)