File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 15
15
cache : ' pip'
16
16
- name : Install dependencies
17
17
run : |
18
- pip install hatch pdocs mkdocs-material mkdocs-jupyter mkdocs-plantuml-local
18
+ pip install hatch pdocs mkdocs-material mkdocs-jupyter mkdocs-plantuml-local pydoctor
19
19
hatch build
20
+ pydoctor
20
21
mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 42
42
- 1.2.0 : ' conformance/1.2.0.md'
43
43
- 1.2.1 : ' conformance/1.2.1.md'
44
44
- Development :
45
+ - API Docs : ' apidocs/index.html'
45
46
- Class diagram : ' puml/class.md'
Original file line number Diff line number Diff line change
1
+ [pydoctor]
2
+ project-name =Calrissian
3
+ project-version =0.18.2
4
+ project-url =https://duke-gcb.github.io/calrissian/
5
+ project-base-dir =./calrissian
6
+ html-output =./docs/apidocs
7
+ add-package =
8
+ calrissian
9
+ docformat = restructuredtext
10
+ verbose = 1
11
+ warnings-as-errors = true
You can’t perform that action at this time.
0 commit comments