Add release notes for v6.0.2
Also add relase notes section at index.
This commit is contained in:
committed by
Steve Chávez
parent
b9c9aee645
commit
0d4b1d8f92
+3
-2
@@ -7,6 +7,7 @@ server = Server()
|
||||
server.watch('*.rst', shell('sphinx-build -b html -a -n . _build'))
|
||||
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(port=8080, host='192.168.1.2')
|
||||
server.serve(root='_build/')
|
||||
server.serve(root='_build/', host='192.168.1.2')
|
||||
# server.serve(root='_build/')
|
||||
|
||||
Reference in New Issue
Block a user