rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
165 stars 54 forks source link

Upgrade sphinx and nbsphinx #142

Closed rsokl closed 4 years ago

rsokl commented 4 years ago

Partially addresses #140 but adding the copy button is blocked by: https://github.com/choldgraf/sphinx-copybutton/issues/71

mgeier commented 4 years ago

You don't seem to actually upgrade nbsphinx though, right?

If you do upgrade to nbsphinx release 0.6.0, you should consider updating your usage of nbsphinx_custom_formats, see https://nbsphinx.readthedocs.io/en/0.6.0/custom-formats.html and https://github.com/spatialaudio/nbsphinx/pull/408.

rsokl commented 4 years ago

Ah! Good catch. I had temporarily rolled back the upgrade and exported my environment at the wrong time.

I'll be sure to fix that and to adjust my usage of nbsphinx_custom_formats

rsokl commented 4 years ago

@alexding123 heads-up