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
Hi, I'm using jupyter-books to create the docs for my python package Antarctic-Plots and I'm trying to set up a gallery of examples with sphinx-gallery. My package uses PyGMT, so I believe I need to add the PyGMT image scraper to the _config.yml config settings, like below:
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using
jupyter-books
to create the docs for my python package Antarctic-Plots and I'm trying to set up a gallery of examples withsphinx-gallery
. My package usesPyGMT
, so I believe I need to add thePyGMT
image scraper to the_config.yml
config settings, like below:The issue is I'm not sure how to import pygmt in the
_config.yml
file, as they do in the PyGMTconfig.py
When I try to build the docs I get the following error:
I've also attempted using
nbsphinx
to build the docs from.ipynb
's without much success.Any help is appreciated 😄
Beta Was this translation helpful? Give feedback.
All reactions