Skip to content

Commit

Permalink
Fix bug and re-enable stable doc build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Oct 13, 2023
1 parent a3eaa66 commit 0b50631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
}
# We store the docs for `main` in `stable` dir
# TODO - re-enable before deploying a version.
#build_docs main stable
build_docs main stable
# We store the docs for `development` in `latest` dir
build_docs development latest
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/load-hpo-annotations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Now, we can iterate over all diseases:
>>> sum(1 for disease in diseases)
12468

or we can get a disease for a given identifier:
or we can get a disease for a given identifier:

.. doctest:: hpoa-io

Expand Down

0 comments on commit 0b50631

Please sign in to comment.