Fix #219, how-to for embedding table from other schema
This commit is contained in:
committed by
Steve Chávez
parent
396b0468ce
commit
cb2bf809a7
@@ -6,4 +6,5 @@ call(['sphinx-build', '-b', 'html', '-a', '-n', '.', '_build'])
|
||||
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.serve(root='_build/')
|
||||
|
||||
Reference in New Issue
Block a user