Skip to content

Commit dcd28bc

Browse files
authored
Merge pull request plone#1472 from plone/fix-video-warnings-link-errors
Fix video warnings link errors
2 parents 8c53cc5 + bfd88dc commit dcd28bc

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/_static/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,4 +461,8 @@ div.viewcode-block:target {
461461
#main-content ol > li > p:nth-child(n+2),
462462
#main-content ul > li > p:nth-child(n+2) {
463463
margin-top: 1em;
464-
}
464+
}
465+
466+
video {
467+
width: 100%;
468+
}

docs/contributing/myst-reference.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ Example MyST syntax is shown below.
261261

262262
````md
263263
```{video} /_static/user-manual/blocks/block-copy-cut.mp4
264-
:width: 100%
265264
```
266265
````
267266

@@ -270,7 +269,6 @@ Don't use file-relative paths.
270269
The above MyST markup renders as shown below.
271270

272271
```{video} /_static/user-manual/blocks/block-copy-cut.mp4
273-
:width: 100%
274272
```
275273

276274

docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ Node Version Manager
623623
[`nvm`](https://github.com/nvm-sh/nvm/blob/master/README.md) allows you to quickly install and use different versions of node via the command line.
624624
625625
Node.js
626-
[Node.js®](https://nodejs.org/en/) is an open-source, cross-platform JavaScript runtime environment.
626+
[Node.js®](https://nodejs.org/en) is an open-source, cross-platform JavaScript runtime environment.
627627
628628
view
629629
A view is the basic element of modern Python web frameworks.

0 commit comments

Comments
 (0)