Opened 10 months ago
Closed 10 months ago
#19959 closed defect (wontfix)
llvm-docs require at least myst-parser and markdown-it-py
Reported by: | Owned by: | blfs-book | |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
I tried to build the docs for llvm-18.1.7 since until now I've had sufficient deps. Failed:
Doing llvm html ... Extension error: Could not import extension myst_parser (exception: No module named 'myst_parser') ninja: build stopped: subcommand failed.
The home page for myst_parser implies it has runtime dependencies. At this point I lost interest in trying to build the docs.
Possibly recommonmark is no-longer needed (but for all I know clang or the man pages might still need that. }}}
Change History (4)
comment:1 by , 10 months ago
follow-up: 3 comment:2 by , 10 months ago
I'd just comment out the doc instruction and list mdurl, markdown-it-py, mdit-py-plugins, and myst_parser as external dependencies if no objection.
comment:3 by , 10 months ago
Replying to Xi Ruoyao:
I'd just comment out the doc instruction and list mdurl, markdown-it-py, mdit-py-plugins, and myst_parser as external dependencies if no objection.
I have no objection. Adding 4 packages, even though they are simple, is more work than it is worth.
comment:4 by , 10 months ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Dependency updated and command commented out at r12.1-1025-g21cc0cffa2.
Closing as wontfix instead of fixed because we still don't have the doc.
This works for me.
Then: