You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be an issue with the coqdoc rules when coq itself (and the standard library) are in the workspace. Unlike for the coqc or coqdep rules, it seems that the coqdoc rules are not passed the right variables / environment variables to locate the standard library.
File "test/theories/dune", lines 1-2, characters 0-25:
1 | (coq.theory
2 | (name test))
cannot guess a path for Coq libraries; please use -coqlib option or ensure you have installed the package containing Coq's stdlib (coq-stdlib in OPAM) If you intend to use Coq without a standard library, the -boot -noinit options must be used.
The text was updated successfully, but these errors were encountered:
There seems to be an issue with the
coqdoc
rules whencoq
itself (and the standard library) are in the workspace. Unlike for thecoqc
orcoqdep
rules, it seems that thecoqdoc
rules are not passed the right variables / environment variables to locate the standard library.To reproduce, one can do the following:
The last command then fails with:
The text was updated successfully, but these errors were encountered: