On Thursday, September 5, 2019 at 7:45:14 AM UTC-5, Austin(Xu) Wang wrote: > > Dear Leo User, > > Follow the tutorial https://leoeditor.com/tutorial-rst3.html , I use the > rst3 command successfully created on .html.txt file. > > Is there any command I need to run from console to tell sphinx generate > html from this .txt file? >
Good question. This is what I do: cd leo/doc/html make html (or make clean) This works (on Windows only??) because leo/doc/html contains make.bat and Makefile. HTH Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/ecfac3bc-3047-4e8d-b7df-4d3d369e28b6%40googlegroups.com.
