spencerahill / aospy

Python package for automated analysis and management of gridded climate data
Apache License 2.0
83 stars 12 forks source link

Add missing ipython:: python directive to fix docs builds with latest… #315

Closed spencerahill closed 5 years ago

spencerahill commented 5 years ago

… versions of sphinx

I had updated sphinx on my local machine to 1.8.2 and came across this. One of our ipython blocks was missing the python after .. ipython::, which apparently in recent sphinx versions results in an error.