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
See: https://quanteconpy.readthedocs.io/en/latest/optimize/linprog_simplex.html
The function arguments are not displayed properly
The text was updated successfully, but these errors were encountered:
There are similar reports in readthedocs/sphinx_rtd_theme#766 and other issues as linked from there (but I haven't read those long discussions...).
Sorry, something went wrong.
This work around works for me:
diff --git a/docs/source/conf.py b/docs/source/conf.py index ca37505..431173e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -86,6 +86,8 @@ extensions = [ 'matplotlib.sphinxext.plot_directive', ] +html4_writer = True + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']
#651 does not seem to have fixed this issue: see for example https://quanteconpy.readthedocs.io/en/latest/tools/filter.html.
Successfully merging a pull request may close this issue.
See: https://quanteconpy.readthedocs.io/en/latest/optimize/linprog_simplex.html
The function arguments are not displayed properly
The text was updated successfully, but these errors were encountered: