File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ matrix:
29
29
name : ' Docs'
30
30
stage : deploy
31
31
install :
32
- - pip install .[doc,test]
32
+ - pip install -e .[doc,test]
33
33
script :
34
34
- doc/build.sh
35
35
after_success :
Original file line number Diff line number Diff line change 21
21
mkdir -p " $BUILDROOT "
22
22
rm -r " $BUILDROOT " 2> /dev/null || true
23
23
pushd " $DOCROOT /.." > /dev/null
24
- pdoc3 --html --html-no-source \
24
+ pdoc3 --html \
25
25
${IS_RELEASE+--template-dir " $DOCROOT /pdoc_template" } \
26
- --html -dir " $BUILDROOT " \
26
+ --output -dir " $BUILDROOT " \
27
27
backtesting
28
28
popd > /dev/null
29
29
Original file line number Diff line number Diff line change 3
3
show_inherited_members = False
4
4
extract_module_toc_into_sidebar = True
5
5
list_class_variables_in_index = True
6
+ sort_identifiers = True
7
+ show_type_annotations = False
8
+ show_source_code = False
6
9
7
10
8
11
from pdoc.html_helpers import glimpse as _glimpse
You can’t perform that action at this time.
0 commit comments