mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-07-29 15:54:40 -05:00
Make DOCUMENTATION_OPTIONS `const`
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
const DOCUMENTATION_OPTIONS = {
|
||||
VERSION: '{{ release|e }}',
|
||||
LANGUAGE: '{{ language }}',
|
||||
COLLAPSE_INDEX: false,
|
||||
|
||||
Reference in New Issue
Block a user