Skip to content

Commit d628403

Browse files
authored
[SYNPY-1714] Fix RTD builds (#1286)
* Update project name in README * import -> inventories in mkdocs.yml config for python handler
1 parent ac1eae3 commit d628403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Python Synapse Client
1+
Synapse Python Client
22
=====================
33

44
Branch | Build Status

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ plugins:
193193
default_handler: python
194194
handlers:
195195
python:
196-
import:
196+
inventories:
197197
- https://docs.python.org/3/objects.inv
198198
- https://python-markdown.github.io/objects.inv
199199
options:

0 commit comments

Comments
 (0)