diff --git a/ci/doc_requirements.txt b/ci/doc_requirements.txt index 5024ae2da26..f3ebc333e7f 100644 --- a/ci/doc_requirements.txt +++ b/ci/doc_requirements.txt @@ -1,4 +1,4 @@ -sphinx==7.3.7 +sphinx==8.0.2 pydata-sphinx-theme==0.15.4 sphinx-design==0.6.1 sphinx-gallery==0.17.1 diff --git a/docs/api/index.rst b/docs/api/index.rst index 8e16c21c834..1fa1f8ba744 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -9,14 +9,14 @@ Reference Guide .. autosummary:: :toctree: generated/ - metpy.constants - metpy.units - metpy.io - metpy.calc - metpy.plots - metpy.plots.ctables - metpy.interpolate - metpy.xarray + constants + units + io + calc + plots + plots.ctables + interpolate + xarray .. toctree:: :maxdepth: 1 diff --git a/examples/cross_section.py b/examples/cross_section.py index 02d8ed84073..b98cb2ef4c9 100644 --- a/examples/cross_section.py +++ b/examples/cross_section.py @@ -96,7 +96,6 @@ # Adjust the y-axis to be logarithmic ax.set_yscale('symlog') -ax.set_yticklabels(np.arange(1000, 50, -100)) ax.set_ylim(cross['isobaric'].max(), cross['isobaric'].min()) ax.set_yticks(np.arange(1000, 50, -100))