mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06: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