Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make html documentation error #1984

Closed
sagetrac-pgrinber mannequin opened this issue Jan 30, 2008 · 4 comments
Closed

make html documentation error #1984

sagetrac-pgrinber mannequin opened this issue Jan 30, 2008 · 4 comments

Comments

@sagetrac-pgrinber
Copy link
Mannequin

sagetrac-pgrinber mannequin commented Jan 30, 2008

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

@sagetrac-pgrinber sagetrac-pgrinber mannequin added this to the sage-3.4.1 milestone Jan 30, 2008
@sagetrac-cwitty
Copy link
Mannequin

sagetrac-cwitty mannequin commented Jan 30, 2008

comment:1

In my experience, it also suffices to simply remove ref.toc. Probably we should not be shipping this file at all.

@mwhansen
Copy link
Contributor

comment:2

This will be irrelevant once the Sphinx docs are in so I'm not going to work it.

@jhpalmieri
Copy link
Member

comment:3

This can be closed now.

@mwhansen
Copy link
Contributor

comment:4

Good catch. Closed due to #5330.

@mwhansen mwhansen modified the milestones: sage-3.4.1, sage-3.4 Feb 26, 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants