We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docrepr defines some configuration options in its __init__.py file:
__init__.py
https://github.com/spyder-ide/docrepr/blob/master/docrepr/__init__.py#L20
However, for these options to take effect, you need to do two imports, like this:
import docrepr from docrepr.sphinxify import rich_repr
We need to find a better way to do this (but at the moment I can't think of a good one :-).
The problem is that without loading those options, things like MathJax don't work correctly.
Pinging @SylvainCorlay about it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docrepr defines some configuration options in its
__init__.py
file:https://github.com/spyder-ide/docrepr/blob/master/docrepr/__init__.py#L20
However, for these options to take effect, you need to do two imports, like this:
We need to find a better way to do this (but at the moment I can't think of a good one :-).
The problem is that without loading those options, things like MathJax don't work correctly.
Pinging @SylvainCorlay about it.
The text was updated successfully, but these errors were encountered: