You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I try to reference the figure in docs/intro.ipynb, at the parent folder level using:
```{glue:} subfolder_image
```
The rendered docs wants to grab it from the root .../docs/_build/jupyter_execute/sample_figure_7_0.svg.
But it doesn't exist there. It is at .../docs/_build/jupyter_execute/folder1/sample_figure_7_0.svg and so it is not finding the image correctly.
Sadly for me, doing this doesn't work:
```{glue:} folder1/subfolder_image
```
Is it not possible to use glue with nested folders?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am trying to create a figure in a subfolder of my docs,
.../docs/folder1/notebook.ipynb
using the following syntax:Then I try to reference the figure in
docs/intro.ipynb
, at the parent folder level using:```{glue:} subfolder_image
```
The rendered docs wants to grab it from the root
.../docs/_build/jupyter_execute/sample_figure_7_0.svg
.But it doesn't exist there. It is at
.../docs/_build/jupyter_execute/folder1/sample_figure_7_0.svg
and so it is not finding the image correctly.Sadly for me, doing this doesn't work:
```{glue:} folder1/subfolder_image
```
Is it not possible to use
glue
with nested folders?Beta Was this translation helpful? Give feedback.
All reactions