-
-
Notifications
You must be signed in to change notification settings - Fork 697
Closed
Milestone
Description
in v2.10, after the build process is complete, change directories to devel/doc and run make html. This gives an emergency stop on @mathbf when processing ref.toc. In order to successfully generate the HTML documentation I had to first run
sed -i -e "s/@mathbf/mathbf/g" ../doc-main/ref/ref.toc
which simply removed the unnecessary '@' sign before mathbf.
Component: documentation
Issue created by migration from https://trac.sagemath.org/ticket/1984