Skip to content

Commit

Permalink
Prepare 0.2.0 release (#147)
Browse files Browse the repository at this point in the history
* Prepare 0.2.0 release

* moved torch connector notes

* restrict access to deploy docs translate job

* Pin Sphinx

Co-authored-by: Anton Dekusar <adekusar@ie.ibm.com>
  • Loading branch information
manoelmarques and adekusar-drl authored Jul 12, 2021
1 parent d692da2 commit e5c3c8d
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
tools/deploy_documentation.sh
shell: bash
deploy-translatable-strings:
if: ${{ startsWith(github.ref, 'refs/heads/stable') && contains('["manoelmarques","mtreinish","stefan-woerner","woodsp-ibm"]', github.actor) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pylatexenc>=1.4
stestr>=2.0.0
ddt>=1.2.0,!=1.4.0
reno>=3.2.0
Sphinx>=1.8.3,!=3.1.0
Sphinx>=1.8.3,!=3.1.0,<4.1.0
sphinx-panels
sphinx-gallery
sphinx-autodoc-typehints
Expand Down

0 comments on commit e5c3c8d

Please sign in to comment.