source: ammosreader/public/_static/documentation_options.js@ 93661be

AmmosSource guix
Last change on this file since 93661be was 93661be, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago

sphinx-apidoc run again

  • Property mode set to 100644
File size: 422 bytes
Line 
1var DOCUMENTATION_OPTIONS = {
2 URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3 VERSION: '0.314',
4 LANGUAGE: 'None',
5 COLLAPSE_INDEX: false,
6 BUILDER: 'html',
7 FILE_SUFFIX: '.html',
8 LINK_SUFFIX: '.html',
9 HAS_SOURCE: true,
10 SOURCELINK_SUFFIX: '.txt',
11 NAVIGATION_WITH_KEYS: false,
12 SHOW_SEARCH_SUMMARY: true,
13 ENABLE_SEARCH_SHORTCUTS: true,
14};
Note: See TracBrowser for help on using the repository browser.