-
I have the documentation hosted on Github Pages, and I could display the graphics correctly, until I decided to update Sphinx and the pydata-sphinx-theme.
Before the update I had the following vers…
-
Can we implement a more helpful error message or warning?
Minimal schema to reproduce:
```json
{
"properties": {
"a": {
"description": "[A bad link](notauri)."
}
}
}
``…
-
### Describe the bug
**context**
When I do
```bash
jupyter book toc migrate _toc.yml
# but also
jupyter book --help
```
**bug**
I am consistently getting a stack dump ending with
```con…
-
First up, thank you for an awesome framework! I have been looking for this kind of thing for so long, being a huge Sphinx fan but also liking the simplicity of Markdown.
**Is your feature request r…
-
### Describe the bug
When I add the following to a chapter
`````
````{only} html
```{code-cell} ipython3
print('Using html/backticks')
```
````
`````
or
`````
:::{only} html
```{code-c…
-
### What version of `myst-parser` are you using?
2.0.0
### What version dependencies are you using?
Sphinx 7.2.5, docutils 0.19
### What operating system are you using?
Linux
### Describe the Bu…
-
**Describe the bug**
When trying build a document via sphinx that ends with a heading, I see the following warning:
```
foo.md:0: WARNING: Document or section may not begin with a transition.
…
-
### Describe the bug
With a new installation, the `deploy-book` action can't find the `_build/html` directory. I haven't looked into it, but I think it's just pointing to the wrong path. (Building th…
-
- [ ] Sphinx w/ Myst Parser
- [ ] Furo theme
- [ ] Hosted on Read The Docs
-
Improve more documentation stuff
.readthedocs.yaml (3)
Line range hint `13-31`: **Consider the impact of suppressing all command failures**
While using `|| true` ensures the build continues, …