Skip to content

Commit

Permalink
add docs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Dec 19, 2023
1 parent 3f7ab3f commit 2488145
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Atmospheric Science",

]
keywords = [
"weather",
Expand Down Expand Up @@ -58,6 +57,7 @@ docs = [
"myst-parser",
"nbconvert",
"nbsphinx",
"sphinx-copybutton",
"pydata-sphinx-theme",
"recommonmark",
"sphinx",
Expand All @@ -66,7 +66,6 @@ docs = [
"sphinx-markdown-tables",
"sphinxcontrib-mermaid",
]

test = ["pytest", "black", "isort"]

[build-system]
Expand Down

0 comments on commit 2488145

Please sign in to comment.