diff --git a/doc/apidoc/conf.py b/doc/apidoc/conf.py index 3b71a156e5..24d3db028c 100644 --- a/doc/apidoc/conf.py +++ b/doc/apidoc/conf.py @@ -24,7 +24,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "6.0.1" +release = "6.1.2" # -- General configuration --------------------------------------------------- diff --git a/doc/python/static-image-export.md b/doc/python/static-image-export.md index 7ac4beb56f..6ccd1af2c0 100644 --- a/doc/python/static-image-export.md +++ b/doc/python/static-image-export.md @@ -269,7 +269,7 @@ The following settings are available. `default_scale`: The default image scale factor applied on image export. -`default_format`: The default image format used on export. One of "png", "jpeg", "webp", "svg", or "pdf". ("eps" support is deprecated and available with Kaleido v0 only) +`default_format`: The default image format used on export. One of "png", "jpeg", "webp", "svg", or "pdf". ("eps" support is available with Kaleido v0 only) `mathjax`: Location of the MathJax bundle needed to render LaTeX characters. Defaults to a CDN location. If fully offline export is required, set this to a local MathJax bundle. diff --git a/doc/requirements.txt b/doc/requirements.txt index 85e870636a..c1cb3c5eb6 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -plotly==6.0.1 +plotly==6.1.2 anywidget cufflinks==0.17.3 dash-bio