[llvm-dev] Need help in setting up sphinx

Michael Kruse via llvm-dev llvm-dev at lists.llvm.org
Wed Jun 23 15:01:57 PDT 2021


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


More information about the llvm-dev mailing list