Skip to content

Commit

Permalink
Merge pull request #10 from HenryWinterbottom-NOAA/bug/rtd_build
Browse files Browse the repository at this point in the history
Bug/rtd build
  • Loading branch information
HenryRWinterbottom authored Oct 29, 2023
2 parents d969be9 + c4cab16 commit d45caf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def setup(app):

# API attributes.
autoapi_dirs = [
os.path.join(os.path.abspath("."), "sorc")
"../../sorc",
]
autoapi_type = "python"
autoapi_ignore = []
Expand Down
1 change: 1 addition & 0 deletions requirements.pip
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pybufrkit
metpy
git+https://www.github.com/HenryWinterbottom-NOAA/ufs_pyutils@develop
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = ufs_obs
version = 0.0.1
description = "Unified Forecast System observations pre- and post-processing package."
description = "Unified Forecast System Observation package."
long_description = file: README.md
long_description_content_type = text/markdown
author = "Henry R. Winterbottom"
Expand All @@ -21,7 +21,7 @@ python_requires = >= 3.5
setup_requires = setuptools
install_requires =
pybufrkit
ufs_pyutils
metpy

[options.packages.find]
where=sorc

0 comments on commit d45caf2

Please sign in to comment.