From 5fbfd1d8f7391dd40fd9aeec0d775165a30cffc5 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Mon, 12 Feb 2024 11:56:27 -0500 Subject: Initial setup with sphinx-quickstart Modify default to use Picollo theme and build site. Signed-off-by: Carlos O'Donell --- build/html/_static/documentation_options.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 build/html/_static/documentation_options.js (limited to 'build/html/_static/documentation_options.js') diff --git a/build/html/_static/documentation_options.js b/build/html/_static/documentation_options.js new file mode 100644 index 0000000..b57ae3b --- /dev/null +++ b/build/html/_static/documentation_options.js @@ -0,0 +1,14 @@ +var DOCUMENTATION_OPTIONS = { + URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), + VERSION: '', + LANGUAGE: 'en', + COLLAPSE_INDEX: false, + BUILDER: 'html', + FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt', + NAVIGATION_WITH_KEYS: false, + SHOW_SEARCH_SUMMARY: true, + ENABLE_SEARCH_SHORTCUTS: true, +}; \ No newline at end of file -- cgit 1.2.3-korg