私は通常sphinxcontrib.bibtex
、すべてのSphinx
ドキュメント プロジェクトなどで特定の拡張子を使用します。つまりconf.py
、各プロジェクトのファイルに拡張子を追加する必要があります。
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage',
'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode',
'sphinxcontrib.bibtex']
これらをデフォルトで に含める簡単な方法はありますconf.py
か?