-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
Fix Quantecon documentation site #644
Labels
Comments
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...). |
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']
|
Merged
#651 does not seem to have fixed this issue: see for example https://quanteconpy.readthedocs.io/en/latest/tools/filter.html. |
This is no longer an issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: