0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SphinxにYouTube動画を貼る方法

Posted at

Sphinxでの動画の貼り方 を参考にした.

  1. sphinx-contribリポジトリ をダウンロード(youtubeだけが必要だが,それだけをダウンロードする方法が分からなかったからすべてダウンロードした.それでも1MB程度).

  2. 以下のようにしてインストール.

    $ cd youtube
    $ python setup.py install
    
  3. sphinxドキュメントの中に,

    .. youtube:: 2p4ifeMhwPg
    

    のようにしてyoutubeへのリンクを埋め込む.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?