Fix livereload host

This commit is contained in:
steve-chavez
2019-12-28 11:21:30 -05:00
parent 4eefe14706
commit e47d19d4dc
+2 -2
View File
@@ -9,5 +9,5 @@ server.watch('tutorials/*.rst', shell('sphinx-build -b html -a -n . _build'))
server.watch('how-tos/*.rst', shell('sphinx-build -b html -a -n . _build'))
server.watch('releases/*.rst', shell('sphinx-build -b html -a -n . _build'))
# For custom port and host
server.serve(root='_build/', host='192.168.1.2')
# server.serve(root='_build/')
# server.serve(root='_build/', host='192.168.1.2')
server.serve(root='_build/')