ThreeSixtyGiving / grantnav

This is a web based search tool for data in the 360 giving data format.
http://grantnav.threesixtygiving.org/
Other
9 stars 5 forks source link

helpsite "Uncaught ReferenceError: SphinxRtdTheme is not defined" #1117

Open michaelwood opened 1 day ago

michaelwood commented 1 day ago

The helpsite is currently reporting an error trying to set "StickyNav" to false.

Unclear as to when that stopped being able to be accessed/set or if this is an upstream issue.

  <script type="text/javascript">
      jQuery(function () {
          SphinxRtdTheme.StickyNav.enable(false);
      });
  </script>

docs/_templates/base.html:175

Which appears to be from the RTD theme :

https://github.com/readthedocs/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/layout.html#L202

michaelwood commented 1 day ago

@mariongalley do you see anything looking wrong on https://help.grantnav.threesixtygiving.org/en/latest/ it may be that the "Sticky Nav" option for the helpsite theme is no longer relevant.

mariongalley commented 1 day ago

@michaelwood No I don't see anything wrong - I think this can be closed