We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8facfb commit a370e93Copy full SHA for a370e93
1 file changed
rebuild.sh
@@ -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