first commit to the repository with Sphinx build inside for HTML construction

This commit is contained in:
2026-05-03 17:27:05 +08:00
parent e4366b8a6c
commit 802ab5115d
56 changed files with 5464 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
const DOCUMENTATION_OPTIONS = {
VERSION: 'mxpic',
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,
};