Laczen commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2711101898

   > > > Also I noticed the Documentation format is strange: 
https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32/boards/esp32-devkitc/index.html
   > > > everything is in a single line:
   > > > On node 0x0a the server can be started using:
   > > > nsh> ifup wpan0 ifup wpan0..OK nsh> udpserver &
   > > > On node 0x0b the client can be started using:
   > > > nsh> ifup wpan0 ifup wpan0..OK nsh> udpclient fe80::ff:fe00:a
   > > > Please use "code-block:: bash" when posting nsh commands.
   > > 
   > > 
   > > I was hoping that the :: marker was smarter. I have no way to verify the 
output (disadvantage of most documentation systems).
   > > Do you have an example of how to use code-block:: bash (a link to some 
documentation using it).
   > 
   > Actually you have: enter inside Documentation and run: make html
   > 
   > Then you can inspect the generated documentation to confirm everything is 
fine before submitting the PR. ;-)
   
   hm, not so easy... 
   ```
   make html
   /bin/sh: 1: sphinx-build: not found
   make: *** [Makefile:47: clean] Error 127
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to