mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
At least some default.css links are no longer missing.
This commit is contained in:
parent
bd6b4701f5
commit
b1181ef635
1 changed files with 2 additions and 2 deletions
|
@ -1088,10 +1088,10 @@ pushd src/doc
|
|||
# should not be required and encodes buildroot
|
||||
rm -fr $SAGE_DOC/output/doctrees
|
||||
|
||||
# FIXME missing
|
||||
# FIXME missing; but at least some are not. Maybe this can be removed?
|
||||
for css in $(find $SAGE_DOC/output/html -name classic.css); do
|
||||
pushd $(dirname $css)
|
||||
ln -s classic.css default.css
|
||||
ln -sf classic.css default.css
|
||||
popd
|
||||
done
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue