-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a30b84
commit 5cc5114
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,14 +101,6 @@ sphinx: | |
local_extensions : # A list of local extensions to load by sphinx specified by "name: path" items | ||
recursive_update : false # A boolean indicating whether to overwrite the Sphinx config (true) or recursively update (false) | ||
config : # key-value pairs to directly over-ride the Sphinx configuration | ||
html_static_path: ["_static"] | ||
# Needed for vegaEmbed and jquery used in benchmark.js and copybutton.js | ||
# We include copies for local, offline development | ||
html_js_files: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- jquery-1.12.4.min.js | ||
autodoc_typehints_format: "short" | ||
html_js_files: | ||
# We have to list them explicitly because they need to be loaded in a specific order | ||
|