Sphinx プロジェクトのディレクトリ構造を表示します。
cd myproject/source
tree -d
.
├── django
├── document
├── excel
├── github
├── _images
├── _templates
└── vim
コマンドを実行するたびにmake html
、 のすべての*.rst
ファイルdjango, document, excel, github, vim
が に生成され*.html
ます。*.rst
ここで、ファイルの一部のみを に生成したい*.html
、たとえば、すべての*.rst
ファイルを作成github
せずに保持したいのですが、コマンドvim
を実行するにはどうすればよいですか?make html