This commit is contained in:
Tobias Oberstein 2016-05-01 13:43:43 +02:00
parent 03b51a5e73
commit fa84b4c796
2 changed files with 5 additions and 16 deletions

View File

@ -20,14 +20,6 @@ autobahn.websocket.compress_base
:undoc-members:
:show-inheritance:
autobahn.websocket.compress_bzip2
---------------------------------
.. automodule:: autobahn.websocket.compress_bzip2
:members:
:undoc-members:
:show-inheritance:
autobahn.websocket.compress_deflate
-----------------------------------
@ -36,14 +28,6 @@ autobahn.websocket.compress_deflate
:undoc-members:
:show-inheritance:
autobahn.websocket.compress_snappy
----------------------------------
.. automodule:: autobahn.websocket.compress_snappy
:members:
:undoc-members:
:show-inheritance:
autobahn.websocket.interfaces
-----------------------------

5
requirements-rtd.txt Normal file
View File

@ -0,0 +1,5 @@
# requirements for building the docs on RTD
txaio
twisted
trollius; python_version <= '2.7'
asyncio; python_version == '3.3'