-
Probably not at all an issue, but documenting in case a problem arises in future.
During build of docs via Sphinx 8 (localized to French).
```
Conversion de `source_suffix = '.rst'` en `source_s…
jfbu updated
4 months ago
-
After we migrated our docs to MyST (#1073 and others) we left several `{eval-rst}` blocks here and there, which are a way to keep reST features that are unsupported in MyST. We should progressively ge…
-
**Describe the bug**
Hello,
While building out docs and replacing all the old Sphinx `:ref:` links, I noticed that when cross referencing a Sphinx doc, the toolbar at the top of the page covers …
-
### Describe the bug
**context**
`` tags for the docs could have a suffix that includes e.g. "| MyST-Parser Documentation" for searchability
**expectation**
I expected to: have more than "Overvi…
-
[Documentation says](https://mystmd.org/guide/citations) that "adding a markdown link to a [DOI](https://en.wikipedia.org/wiki/Digital_object_identifier)" will be parser as a citation.
Using
```…
-
Hey there - I wanted to reach out and mention a project that we have recently started, and that has a lot of overlapping functionality with nbsphinx. It is called "[MyST-NB](https://myst-nb.readthedoc…
-
### Describe the gap in the current documentation
Old docs used to have the following, but I cannot find the new equivalent
```python
from myst_parser.main import to_html
to_html("some *text* {lit…
-
With new versions of myst-parser and myst-nb, file-level configuration is now available under the `myst`/mystnb` "namespaces":
- https://myst-parser.readthedocs.io/en/latest/configuration.html#loca…
-
### Describe the bug
foo.md
```markdown
Hello world [Test][test].
MyST-Parser is awesome!!!
[test]: http://example.com/
```
bar.rst
```rst
.. contents-begin-rst
…
-
**Is your feature request related to a problem? Please describe.**
We've been keeping general documentation under `doc/sphinx/` while keeping example documentation alongside the examples, as in `ex…