-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Preserve JSROOT when generating reference guide #8599
Copy link
Copy link
Closed
Description
Starting from current master, we generate JSON for different v7 tutorials and embed them into HTML pages to
provide interactive images like:
For these images we are using https://root.cern/js/dev/ version, which constantly changes.
To be on the safe side, we should preserve JSROOT version with generated reference guide.
Most easy way - just copy JSROOT from ROOT sources into directory with doxygen HTML files
and use that version of JSROOT in reference guide.
Reactions are currently unavailable