-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (24 loc) · 698 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
26 lines (24 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
site_name: "PhantomBuster Python Documentation"
site_url: https://phantombuster-python.readthedocs.io/
repo_url: https://github.com/amrani/phantombuster-python
site_author: "David Amrani Hernandez"
theme:
name: readthedocs
features:
- navigation.tabs
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
heading_level: 3
members_order: source
merge_init_into_class: true
show_bases: false
show_if_no_docstring: false
show_root_full_path: true
show_root_heading: true
show_source: false
show_submodules: false