File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 20
20
run : |
21
21
python -m pip install --upgrade pip
22
22
python -m pip install -r requirements.txt
23
- python -m pip install sphinx sphinx_rtd_theme
23
+ python -m pip install sphinx sphinx_rtd_theme typing_extensions
24
24
- name : Build docs
25
25
run : |
26
26
cd docs
Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ metafold.jobs module
32
32
:members:
33
33
:show-inheritance:
34
34
35
+ metafold.workflows module
36
+ --------------------
37
+
38
+ .. automodule :: metafold.workflows
39
+ :members:
40
+ :show-inheritance:
41
+
35
42
metafold.client module
36
43
----------------------
37
44
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " metafold"
7
- version = " 0.10.1 "
7
+ version = " 0.11.0 "
8
8
authors = [
9
9
{
name =
" Metafold 3D" ,
email =
" [email protected] " },
10
10
]
You can’t perform that action at this time.
0 commit comments