Skip to content

Commit

Permalink
Merge pull request #3592 from Unidata/dependabot-pip-ci-sphinx-8.0.2
Browse files Browse the repository at this point in the history
CI: (deps): Bump sphinx from 7.3.7 to 8.0.2 in /ci
  • Loading branch information
dopplershift committed Aug 30, 2024
2 parents 1097644 + 25bcdec commit 24834b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ci/doc_requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/cross_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 24834b1

Please sign in to comment.