source: ammosreader/public/_static/documentation_options.js@ db6adde

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

sphinx-apidoc run again

  • Property mode set to 100644
File size: 422 bytes
RevLine 
[1e781ba]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,
[5547430]6 BUILDER: 'html',
[1e781ba]7 FILE_SUFFIX: '.html',
[5547430]8 LINK_SUFFIX: '.html',
[1e781ba]9 HAS_SOURCE: true,
10 SOURCELINK_SUFFIX: '.txt',
[93661be]11 NAVIGATION_WITH_KEYS: false,
12 SHOW_SEARCH_SUMMARY: true,
13 ENABLE_SEARCH_SHORTCUTS: true,
[1e781ba]14};
Note: See TracBrowser for help on using the repository browser.