Skip to content

Commit 10fc656

Browse files
committed
Update formatting of the docs
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 4cbf33d commit 10fc656

File tree

5 files changed

+2227
-34
lines changed

5 files changed

+2227
-34
lines changed

docs/scripts/doc8_style_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# halt script on error
33
set -e
44
# Check for Style Code Violations
5-
doc8 --max-line-length 100 source --ignore D000 --quiet
5+
doc8 --max-line-length 100 source --ignore D000 --quiet

docs/scripts/sphinx_build_link_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# halt script on error
33
set -e
44
# Build locally, and then check links
5-
sphinx-build -E -W -b linkcheck source build
5+
sphinx-build -E -W -b linkcheck source build

docs/source/_static/js/custom.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(document).ready(function () {
2+
$('a[href^="file://"], a[href^="http://"], a[href^="https://"]').not('a[class*=internal]').attr('target', '_blank');
3+
$('a[href$=".docx"], a[href$=".xlsx"]').not('a[class*=internal]').attr('target', '_self');
4+
});

0 commit comments

Comments
 (0)