File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ version: 2
5
5
sphinx :
6
6
configuration : docs/source/conf.py
7
7
8
- python :
9
- version : 3.8
10
- install :
11
- - method : pip
12
- path : .
13
- extra_requirements :
14
- - sphinx-autodoc-typehints~=1.18.1
8
+ build :
9
+ os : ubuntu-20.04
10
+ tools :
11
+ python : " 3.10"
12
+ jobs :
13
+ pre_create_environment :
14
+ - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
15
+ - poetry install
15
16
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ List ticker details
21
21
====================
22
22
Get ticker news
23
23
====================
24
- .. automethod :: polygon.RESTClient.get_ticker_news
24
+ .. automethod :: polygon.RESTClient.list_ticker_news
25
25
26
26
====================
27
27
Get ticker types
You can’t perform that action at this time.
0 commit comments