doc: ship wavedrom js b/c https

This commit is contained in:
Robert Jördens 2016-08-25 12:56:36 +02:00
parent 60919c2ea7
commit aee0345ed7
4 changed files with 8 additions and 3 deletions

View File

@ -53,7 +53,7 @@ extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinxarg.ext',
'sphinxcontrib.wavedrom',
'sphinxcontrib.wavedrom', # see also below for config
]
# Add any paths that contain templates here, relative to this directory.
@ -291,3 +291,7 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
# -- Options for sphinxcontrib-wavedrom -----------------------------------
offline_skin_js_path = 'static/default.js'
offline_wavedrom_js_path = 'static/WaveDrom.js'

View File

@ -71,8 +71,6 @@ The following diagram shows what is going on at the different levels of the soft
],
}
The sequence is exactly equivalent to:::
ttl.pulse(2*us)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long