fix RTD
This commit is contained in:
parent
03b51a5e73
commit
fa84b4c796
@ -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
5
requirements-rtd.txt
Normal file
@ -0,0 +1,5 @@
|
||||
# requirements for building the docs on RTD
|
||||
txaio
|
||||
twisted
|
||||
trollius; python_version <= '2.7'
|
||||
asyncio; python_version == '3.3'
|
Loading…
Reference in New Issue
Block a user