Skip to content

Update doc jax.random.PRNGKey(...) -> jax.random.key(..) #454

Update doc jax.random.PRNGKey(...) -> jax.random.key(..)

Update doc jax.random.PRNGKey(...) -> jax.random.key(..) #454

name: Build the documentation
on:
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout the branch
uses: actions/[email protected]
with:
persist-credentials: false
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Build the documentation with Sphinx
run: |
pip install -r requirements-doc.txt
sphinx-build -b html docs docs/build/html