Skip to content

Commit

Permalink
js: Add Bootstreap 3.4.1
Browse files Browse the repository at this point in the history
Add Bootstrap 3.4.1 along with the dependency, jquery 3.7.

Newer Bootstrap doesn't have working Scrollspy[1].  Thus we are using
v3.4.1.

[1]: twbs/bootstrap#36431

Signed-off-by: Yasushi SHOJI <[email protected]>
  • Loading branch information
yashi committed May 12, 2023
1 parent 035d95e commit 18bba73
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#+TITLE: Space Cubics OBC (SC-OBC-A1) Technical Reference Manual
#+PROPERTY: header-args:emacs-lisp :results silent
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="css/common.css"/>
#+HTML_HEAD: <script type="text/javascript" src="js/jquery.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="js/bootstrap.min.js"></script>

このドキュメントは、Space Cubics OBCに搭載する FPGAの仕様を説明する「SC OBC FPGA Technical Reference Manual」に関するものです。

Expand Down
6 changes: 6 additions & 0 deletions js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/jquery.min.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion scripts/publish-to-rtd.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
:base-directory "./css"
:publishing-directory "_readthedocs/html/css/"
:publishing-function org-publish-attachment
:base-extension "css")))
:base-extension "css")
("js"
:base-directory "./js"
:publishing-directory "_readthedocs/html/js/"
:publishing-function org-publish-attachment
:base-extension "js")))

(org-publish-all t)

0 comments on commit 18bba73

Please sign in to comment.