Matt McKay
Matt McKay
Adds a test case for multiple arguments for `index` directive. @chrisjsewell is the parsing of arguments done here or in `markdown_it_py`?
### Describe the problem During some updates on `quantecon` projects we noticed that `mathjax` objects are not created for `html` output when using `sphinx==3.2.1` and presents the math as raw...
### Describe the bug **context** There is currently an issue with scheduled windows testing of the `docs` build with relative references in `references/_changelog.md` which is important the CHANGELOG.md file from...
This PR adds a test case `test_metadata_multiple_images` There is an issue when using more than one `captioned` figure when adding `render` metadata to figures produced by code. This is a...
### Describe the problem When using `caption` and `labels` in the cell metadata, there is an issue when there is more than one `figure` in a single document ```bash self...
This PR increases the priority for `text/latex` representations for `html` and `latex` builders. For `html` -- mathjax renders the `text/latex` representation more cleanly than typical images provided by some underlying...
**Is your feature request related to a problem? Please describe.** When building `latex` there are certain objects that may be incompatible with the static document concept that `pdf` provides (i.e....
It looks like `windows` platform doesn't by default always use `utf-8` when reading text from files. I think this is a sensible cross-platform default. https://github.com/QuantEcon/lecture-python.myst/issues/144 There is also a [related...
**Is your feature request related to a problem? Please describe.** For long `code-block` and `code-cell` it would be nice to have a collapsed feature with a line specification. So for...
**Is your feature request related to a problem? Please describe.** Within a large lecture series it can be a pretty common pattern to re-use code in different documents. In the...