Fix Read the Docs build failure

This commit is contained in:
degerahmet 2025-03-24 20:10:13 -07:00
parent 9ce6e72e2c
commit c0bbfef68d
259 changed files with 48269 additions and 0 deletions

View file

@ -0,0 +1,13 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '3.1.1.dev0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'dirhtml',
FILE_SUFFIX: '.html',
LINK_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt',
NAVIGATION_WITH_KEYS: false,
SHOW_SEARCH_SUMMARY: true,
ENABLE_SEARCH_SHORTCUTS: true,
};