File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 29
29
"sphinx.ext.intersphinx" ,
30
30
"sphinx_code_tabs" ,
31
31
"sphinxcontrib.typer" ,
32
+ "sphinxcontrib.video" ,
32
33
]
33
34
34
35
# exclude_patterns = []
Original file line number Diff line number Diff line change 1
1
Quick Start
2
2
===========
3
3
4
- .. image :: local_link.gif
4
+ .. video :: local_link.mp4
5
+ :alt: local link
6
+ :align: center
5
7
6
8
Three steps to quickly run ``CodeLinks `` to generate links to your source code:
7
9
@@ -33,16 +35,13 @@ One-line comment
33
35
:caption: dummy_src.cpp
34
36
:language: cpp
35
37
36
-
37
38
Directive
38
39
---------
39
40
40
41
.. literalinclude :: ./../../../tests/doc_test/minimum_config/index.rst
41
42
:caption: index.rst
42
43
:language: rst
43
44
44
-
45
-
46
45
Example
47
46
-------
48
47
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ dev-dependencies = [
60
60
" toml>=0.10.2" ,
61
61
" sphinx-code-tabs>=0.5.5" ,
62
62
" sphinxcontrib-typer>=0.5.1" ,
63
+ " sphinxcontrib-video>=0.4.1" ,
63
64
]
64
65
65
66
[project .scripts ]
You can’t perform that action at this time.
0 commit comments