From 723c59450aa1bdd56b471af7907ffe585a8655f1 Mon Sep 17 00:00:00 2001 From: Hellowlol Date: Mon, 11 May 2020 23:44:49 +0200 Subject: [PATCH] add readthedocs dunno if this works. --- .readthedocs.yml | 18 ++++++++++++++++++ docs/modules/sonos.rst | 7 +++++++ 2 files changed, 25 insertions(+) create mode 100644 .readthedocs.yml create mode 100644 docs/modules/sonos.rst diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..c73757b5 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,18 @@ +# .readthedocs.yml + +version: 2 + +build: + image: latest + +formats: all + +python: + version: 3.7 + install: + - requirements: requirements_dev.txt + - method: pip + path: . + + system_packages: true + diff --git a/docs/modules/sonos.rst b/docs/modules/sonos.rst new file mode 100644 index 00000000..4ecd3bff --- /dev/null +++ b/docs/modules/sonos.rst @@ -0,0 +1,7 @@ +.. include:: ../global.rst + +Config :modname:`plexapi.sonos` +-------------------------------- +.. automodule:: plexapi.sonos + :members: + :show-inheritance: \ No newline at end of file