slinder1 wrote:

> FWIW, I've started seeing this failure locally when trying to build 
> documentation on Windows:
> 
> ```
> F:\source\llvm-project\clang\docs>make html
> Running Sphinx v7.2.6
> 
> Configuration error:
> There is a programmable error in your configuration file:
> 
> Traceback (most recent call last):
>   File 
> "C:\Users\aballman\AppData\Roaming\Python\Python310\site-packages\sphinx\config.py",
>  line 358, in eval_config_file
>     exec(code, namespace)  # NoQA: S102
>   File "F:\source\llvm-project\clang\docs\conf.py", line 18, in <module>
>     from llvm_sphinx import *  # see llvm-project/utils/docs/README.md
> ModuleNotFoundError: No module named 'llvm_sphinx'
> ```
> 
> am I holding something wrong?

Sorry for the delay in replying, I will take a look on Windows and see if maybe 
the `PYTHONPATH` approach is not sufficient there.

https://github.com/llvm/llvm-project/pull/203962
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to