Skip to content

Commit c0237f6

Browse files
authored
Merge pull request #5290 from plotly/preload-plotly-utils
preload _plotly_utils to display full reference content for plotly.colors
2 parents badb199 + 86f69f1 commit c0237f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ plugins:
1313
handlers:
1414
python:
1515
options:
16-
docstring_style: numpy
16+
preload_modules:
17+
- _plotly_utils
18+
docstring_style: google
1719
show_source: false
1820
show_root_heading: true
1921
show_root_toc_entry: true

0 commit comments

Comments
 (0)