Skip to content

Commit

Permalink
Merge pull request #51 from nasa-nccs-hpda/1.2.2
Browse files Browse the repository at this point in the history
1.2.2
  • Loading branch information
jordancaraballo authored Dec 20, 2023
2 parents 07b4333 + 582a788 commit e9799ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SM_FRAMEWORK: "tf.keras"

jobs:
docs:
name: Publish Docs
Expand Down
5 changes: 4 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sphinx
sphinx-autodoc-typehints
jupyter-sphinx
sphinx-rtd-theme
sphinx-rtd-theme
tensorflow-caney
datasets
tiler
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ test =
black
docs =
pdoc==8.0.1
tensorflow-caney
datasets
tiler
all =
%(docs)s
%(test)s

0 comments on commit e9799ff

Please sign in to comment.