Skip to content

Commit 659b0e6

Browse files
authored
chore: remove pdoc (microsoft#468)
1 parent 9746474 commit 659b0e6

File tree

3 files changed

+0
-66
lines changed

3 files changed

+0
-66
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

local-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ flake8==3.8.3
1919
twine==3.2.0
2020
pyOpenSSL==19.1.0
2121
service_identity==18.1.0
22-
pdoc3==0.9.1

playwright/__init__.py

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,3 @@
1919
For more information you'll find the documentation for the sync API [here](sync_api.html)
2020
and for the async API [here](async_api.html).
2121
"""
22-
23-
__pdoc__ = {
24-
"_accessibility": False,
25-
"_async_base": False,
26-
"_browser": False,
27-
"_browser_context": False,
28-
"_browser_type": False,
29-
"_cdp_session": False,
30-
"_chromium_browser_context": False,
31-
"_connection": False,
32-
"_console_message": False,
33-
"_dialog": False,
34-
"_download": False,
35-
"_element_handle": False,
36-
"_event_context_manager": False,
37-
"_file_chooser": False,
38-
"_frame": False,
39-
"_helper": False,
40-
"_impl_to_api_mapping": False,
41-
"_input": False,
42-
"_js_handle": False,
43-
"_main": False,
44-
"_network": False,
45-
"_object_factory": False,
46-
"_page": False,
47-
"_path_utils": False,
48-
"_playwright": False,
49-
"_selectors": False,
50-
"_sync_base": False,
51-
"_transport": False,
52-
"_wait_helper": False,
53-
"_async_playwright": False,
54-
"_sync_playwright": False,
55-
}

0 commit comments

Comments
 (0)