File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 "sphinx.ext.intersphinx" ,
3030 "sphinx_code_tabs" ,
3131 "sphinxcontrib.typer" ,
32+ "sphinxcontrib.video" ,
3233]
3334
3435# exclude_patterns = []
Original file line number Diff line number Diff line change 11Quick Start
22===========
33
4- .. image :: local_link.gif
4+ .. video :: local_link.mp4
5+ :alt: local link
6+ :align: center
57
68Three 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-
3738Directive
3839---------
3940
4041.. literalinclude :: ./../../../tests/doc_test/minimum_config/index.rst
4142 :caption: index.rst
4243 :language: rst
4344
44-
45-
4645Example
4746-------
4847
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments