-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not import pathlib2 as pathlib if available - pathlib2 is now cons…
…idered to have the same functionality as pathlib - fixes broken new pathlib functionality if pathlib2 is installed - see #592
- Loading branch information
CI Build
committed
Apr 5, 2021
1 parent
a514d12
commit 2332dde
Showing
25 changed files
with
1,586 additions
and
1,344 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
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
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 |
---|---|---|
@@ -1,12 +1,10 @@ | ||
var DOCUMENTATION_OPTIONS = { | ||
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), | ||
VERSION: '4.4dev', | ||
VERSION: '4.5.dev', | ||
LANGUAGE: 'None', | ||
COLLAPSE_INDEX: false, | ||
BUILDER: 'html', | ||
FILE_SUFFIX: '.html', | ||
LINK_SUFFIX: '.html', | ||
HAS_SOURCE: true, | ||
SOURCELINK_SUFFIX: '.txt', | ||
NAVIGATION_WITH_KEYS: false | ||
NAVIGATION_WITH_KEYS: false, | ||
}; |
Oops, something went wrong.