- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 688
 
Closed
Milestone
Description
Sage documentation (website) is currently buggy in many ways.
I tried to fix various defects I noticed, including
- links in navigation bar
 - index page, which is now in single column
 - sage logo link always goes to the sagemath homepage
 classnames now look ragged right- long 
Basesfor classes now horizontally scrolled - updated 
sagetheme based on the latestclassictheme of Sphinx - renamed 
sagetheme tosage-classictheme (in anticipation of alternative themes) - remove unnecessary 
sagereftheme; only usesagetheme - remove obsolete 
python2.invhyperlinks database - added a new 
index.htmlwhich is installed right into the root directorySAGE_DOC. - adjusted colors to increase contrast among elements
 - documentation access from jupyter notebook (this undoes PDF documentation links in Documentation from Jupyter notebook are broken #33206)
 - search box works (turned off Thebe)
 
As noted in the last item above, I turned off Thebe here. Work on reviving Thebe will continue in #33320 (perhaps very slowly).
To cleanly build the new documentation, try
$ make doc-uninstall && make doc-html && make doc-pdf
CC: @strogdon @haraldschilly @mkoeppe
Component: documentation
Author: Kwankyu Lee
Branch: acecf84
Reviewer: Tobias Diez, John Palmieri, François Bissey, Steven Trogdon
Issue created by migration from https://trac.sagemath.org/ticket/33309