if (acfg.docs.css) {
    // make path relative to the root
    extra.push('<link rel="stylesheet" type="text/css" href="', path.join(root, acfg.docs.css), '">');
  }