Stops generating native API documentation
Sphinx cannot import modules that depend on APIs
native to another platform, which means that
documentation, for platforms other than the one
on which Sphinx runs, is not generated due to
failures. Since we already have abstract base
class documentation common to all these native
interfaces, we no longer generate documentation
for native API.
Signed-off-by: Gora Khargosh <gora.khargosh@gmail.com>
diff --git a/docs/source/api.rst b/docs/source/api.rst
index 57ce133..a95800b 100644
--- a/docs/source/api.rst
+++ b/docs/source/api.rst
@@ -18,24 +18,6 @@
.. automodule:: watchdog.observers.api
-`watchdog.observers.inotify`
-============================
-
-.. automodule:: watchdog.observers.inotify
-
-
-`watchdog.observers.kqueue`
-===========================
-
-.. automodule:: watchdog.observers.kqueue
-
-
-`watchdog.observers.polling`
-============================
-
-.. automodule:: watchdog.observers.polling
-
-
`watchdog.observers`
====================