GUIDINGLI commented on a change in pull request #1756:
URL: https://github.com/apache/incubator-nuttx/pull/1756#discussion_r487880235
##########
File path: Documentation/conf.py
##########
@@ -37,6 +37,7 @@
# -- Project information -----------------------------------------------------
+master_doc = 'index'
Review comment:
Sphinx error:
master file /home/ligd/platform/mirtos3/nuttx/Documentation/contents.rst not
found
Makefile:42: recipe for target 'html' failed
make: *** [html] Error 2
Maybe should use the install cmds as your recommended, but mine setup the
sphinx as follows:
sudo pip install m2r2
sudo apt-get install python-pip
pip install -U sphinx
sudo pip install sphinx_rtd_theme
This is caused by the conflicts of the default sphinx version in readthedocs
and the local environment.
See:
https://github.com/readthedocs/readthedocs.org/issues/2569
I think we should cover this situation.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]