Hi everyone! I have installed python3-recommonmark using pip as well as apt-get but I am getting following error for ninja doc-llvm-html command. What am I missing? Should I make some changes in the conf.py file. Where can I find my conf.py file in ubuntu? Thanks! Pooja -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210624/c619c2f6/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot from 2021-06-23 13-46-29.png Type: image/png Size: 190371 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210624/c619c2f6/attachment-0001.png>
Michael Kruse via llvm-dev
2021-Jun-23 22:01 UTC
[llvm-dev] Need help in setting up sphinx
Since it is a warning, you could try ignoring it using -DSPHINX_WARNINGS_AS_ERRORS=OFF (General opinion: Warnings are not errors for a reason and should not be treated as errors by default) Michael Am Mi., 23. Juni 2021 um 15:13 Uhr schrieb Pooja Yadav via llvm-dev <llvm-dev at lists.llvm.org>:> > Hi everyone! > I have installed python3-recommonmark using pip as well as apt-get but I am getting following error for ninja doc-llvm-html command. What am I missing? > Should I make some changes in the conf.py file. Where can I find my conf.py file in ubuntu? > > Thanks! > > Pooja > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev