Skip to content

Commit b324b13

Browse files
authored
📚 Videos as mp4 (#8)
1 parent 481a69e commit b324b13

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

‎docs/conf.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"sphinx.ext.intersphinx",
3030
"sphinx_code_tabs",
3131
"sphinxcontrib.typer",
32+
"sphinxcontrib.video",
3233
]
3334

3435
# exclude_patterns = []
-515 KB
Binary file not shown.
281 KB
Binary file not shown.

‎docs/source/basics/quickstart.rst‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Quick Start
22
===========
33

4-
.. image:: local_link.gif
4+
.. video:: local_link.mp4
5+
:alt: local link
6+
:align: center
57

68
Three steps to quickly run ``CodeLinks`` to generate links to your source code:
79

@@ -33,16 +35,13 @@ One-line comment
3335
:caption: dummy_src.cpp
3436
:language: cpp
3537

36-
3738
Directive
3839
---------
3940

4041
.. literalinclude:: ./../../../tests/doc_test/minimum_config/index.rst
4142
:caption: index.rst
4243
:language: rst
4344

44-
45-
4645
Example
4746
-------
4847

‎pyproject.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ dev-dependencies = [
6060
"toml>=0.10.2",
6161
"sphinx-code-tabs>=0.5.5",
6262
"sphinxcontrib-typer>=0.5.1",
63+
"sphinxcontrib-video>=0.4.1",
6364
]
6465

6566
[project.scripts]

0 commit comments

Comments
 (0)