Closed
Description
Build of the documentation fails with the message provided in the "Actual behaviour" section. It fails regardless of the method used for building the documentation (i.e. both with nix build .#docs
and with cd docs; make html
).
Your environment
Which OS do you use?
NixOS
Steps to reproduce
nix build .#docs
Expected behaviour
Documentations should be building
Actual behaviour
error: builder for '/nix/store/8vfimsxaib5l3n77gap9vswgv6bhw0zx-hls-docs.drv' failed with exit code 2;
last 10 log lines:
> unpacking source archive /nix/store/2djd5r3qzm8ay4ygajk8rj0kf17hqmhz-source
> source root is source
> patching sources
> configuring
> no configure script, doing nothing
> building
> Running Sphinx v5.1.1
>
> Extension error:
> Could not import extension myst_parser (exception: No module named 'myst_parser')
For full logs, run 'nix log /nix/store/8vfimsxaib5l3n77gap9vswgv6bhw0zx-hls-docs.drv'.