I'm currently using the jupyter-sphinx
extention in my documentation to execute code. I'm dealing at the same time with Google services authentication which have proven to be dificult using this extention. I tested it with nbsphinx
which have proven being more reliable when dealing with .config parameters. The only thing I'm missing from my rst file is the admonitions.
Given the following paragraph wriiten in rst:
.. warning::
The names of countries are all unique but not the smaller administrative layers.
How could I write down the same thing in a notebook markdown cell to be correctly interpreted by nbsphinx
?