Fix the autodoc of the composable module
This commit is contained in:
parent
c99c9903a3
commit
7f05f8dd41
|
@ -43,7 +43,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
pre-build-command: |
|
pre-build-command: |
|
||||||
apt-get --allow-releaseinfo-change update -y && apt-get install -y git && git --version
|
apt-get --allow-releaseinfo-change update -y && apt-get install -y git && git --version
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel "jax[cpu]"
|
||||||
python -m pip install -e .[composable,neural,docs]
|
python -m pip install -e .[composable,neural,docs]
|
||||||
docs-folder: "docs/"
|
docs-folder: "docs/"
|
||||||
- name: Publish documentation
|
- name: Publish documentation
|
||||||
|
|
Loading…
Reference in New Issue