Skip to content

Commit e9804cc

Browse files
clickingbuttonsclickingbuttons
authored andcommitted
try fix readthedocs build (3)
1 parent 8b59988 commit e9804cc

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.readthedocs.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ version: 2
55
sphinx:
66
configuration: docs/source/conf.py
77

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
1516

docs/source/Reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ List ticker details
2121
====================
2222
Get ticker news
2323
====================
24-
.. automethod:: polygon.RESTClient.get_ticker_news
24+
.. automethod:: polygon.RESTClient.list_ticker_news
2525

2626
====================
2727
Get ticker types

0 commit comments

Comments
 (0)