Skip to content

Commit

Permalink
Merge pull request #542 from kafitzgerald/issue541
Browse files Browse the repository at this point in the history
Clean up environment file to mitigate sphinx version problem
  • Loading branch information
jukent committed Sep 27, 2023
2 parents 4a05329 + 2c4fb45 commit 3b29885
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
5 changes: 1 addition & 4 deletions conda_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ dependencies:
- holoviews
- cartopy
- geographiclib
- jupyter
- jupyterlab
- make
- matplotlib
- matplotlib<3.8
- metpy
- mock
- nbsphinx
Expand All @@ -27,11 +26,9 @@ dependencies:
- pint
- pip
- scikit-learn
- sphinx
- sphinx-book-theme
- sphinx-design
- sphinx-gallery
- sphinx_rtd_theme
- xarray<=2023.02.0
- wrf-python
- pip:
Expand Down
4 changes: 0 additions & 4 deletions docs/_templates/breadcrumbs.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
import sphinx_rtd_theme

html_theme = 'sphinx_book_theme'
html_title = ""
Expand Down

0 comments on commit 3b29885

Please sign in to comment.