Skip to content

Commit 8df00b1

Browse files
authored
Merge pull request #5243 from plotly/doc-prod-to-main
Merge doc prod changes to main
2 parents 389158a + 8e663af commit 8df00b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/apidoc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# The short X.Y version
2525
version = ""
2626
# The full version, including alpha/beta/rc tags
27-
release = "6.0.1"
27+
release = "6.1.2"
2828

2929

3030
# -- General configuration ---------------------------------------------------

doc/python/static-image-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ The following settings are available.
269269

270270
`default_scale`: The default image scale factor applied on image export.
271271

272-
`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)
272+
`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)
273273

274274
`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.
275275

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plotly==6.0.1
1+
plotly==6.1.2
22
anywidget
33
cufflinks==0.17.3
44
dash-bio

0 commit comments

Comments
 (0)