Hello sphinx users,
There's a ifconfig extension which allows to conditionally include content. I need to find a way to conditionally include extensions: 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 But it doesn't work. The problem is to conditionally include sphinx.ext.htmlmath or sphinxcontrib-mathml. This question is also at stackoverflow<http://stackoverflow.com/questions/16863444/conditionally-include-extensions> . -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
