sphinx 拡張機能があり、コンテンツifconfig
を条件付きで含めることができます。条件付きで拡張機能を含める方法を探しています。私の最善の試みは、次のオプションを使用して拡張機能のリストを提供することです。-D
sphinx-build
sphinx-build -b singlehtml -d _build/doctrees -D html_theme=empty -D "extensions=['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.numfig', 'sphinx.ext.ifconfig', 'cloud_sptheme.ext.table_styling', 'sphinx.ext.htmlmath']" . _build/wkA
しかし、うまくいきません。
問題は、条件付きでsphinx.ext.htmlmath
orを含めることsphinxcontrib.mathml
です。