update python deps and Dockerfile
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: 30c5e5361bea086cc59c229f2ef9de12
|
||||
config: 1d5e3d179f11af85040b3641826fc93b
|
||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
||||
|
4
docs/_static/basic.css
vendored
4
docs/_static/basic.css
vendored
@ -672,6 +672,10 @@ div.code-block-caption + div > div.highlight > pre {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
div.code-block-caption span.caption-number {
|
||||
padding: 0.1em 0.3em;
|
||||
font-style: italic;
|
||||
|
1
docs/_static/documentation_options.js
vendored
1
docs/_static/documentation_options.js
vendored
@ -3,6 +3,7 @@ var DOCUMENTATION_OPTIONS = {
|
||||
VERSION: '0.3.0-beta',
|
||||
LANGUAGE: 'None',
|
||||
COLLAPSE_INDEX: false,
|
||||
BUILDER: 'html',
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
SOURCELINK_SUFFIX: '.txt',
|
||||
|
6
docs/_static/searchtools.js
vendored
6
docs/_static/searchtools.js
vendored
@ -245,7 +245,7 @@ var Search = {
|
||||
if (results.length) {
|
||||
var item = results.pop();
|
||||
var listItem = $('<li style="display:none"></li>');
|
||||
if (DOCUMENTATION_OPTIONS.FILE_SUFFIX === '') {
|
||||
if (DOCUMENTATION_OPTIONS.BUILDER === 'dirhtml') {
|
||||
// dirhtml builder
|
||||
var dirname = item[0] + '/';
|
||||
if (dirname.match(/\/index\/$/)) {
|
||||
@ -424,7 +424,7 @@ var Search = {
|
||||
for (j = 0; j < _files.length; j++) {
|
||||
file = _files[j];
|
||||
if (!(file in scoreMap))
|
||||
scoreMap[file] = {}
|
||||
scoreMap[file] = {};
|
||||
scoreMap[file][word] = o.score;
|
||||
}
|
||||
});
|
||||
@ -432,7 +432,7 @@ var Search = {
|
||||
// create the mapping
|
||||
for (j = 0; j < files.length; j++) {
|
||||
file = files[j];
|
||||
if (file in fileMap)
|
||||
if (file in fileMap && fileMap[file].indexOf(word) === -1)
|
||||
fileMap[file].push(word);
|
||||
else
|
||||
fileMap[file] = [word];
|
||||
|
@ -1098,7 +1098,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -535,7 +535,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -151,7 +151,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -249,7 +249,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -295,7 +295,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -348,7 +348,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -350,7 +350,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -296,7 +296,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -223,7 +223,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -127,7 +127,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -274,7 +274,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -203,7 +203,7 @@ Map</a>.</div>
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -363,7 +363,7 @@ $ make upgrade-db
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -147,7 +147,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -148,7 +148,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -150,7 +150,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -141,7 +141,7 @@
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2018 - 2019, SamR1.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.<br/>
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user