[libc-commits] [clang] [clang-tools-extra] [flang] [libc] [libcxx] [libunwind] [lld] [lldb] [llvm] [openmp] [polly] [3/4]: [docs] Create utils/docs (PR #203962)
Scott Linder via libc-commits
libc-commits at lists.llvm.org
Tue Jun 30 13:51:11 PDT 2026
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
More information about the libc-commits
mailing list