Skip to content

Commit

Permalink
fix RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed May 1, 2016
1 parent 03b51a5 commit fa84b4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/reference/autobahn.websocket.rst
Expand Up @@ -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
-----------------------------------

Expand All @@ -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
-----------------------------

Expand Down
5 changes: 5 additions & 0 deletions requirements-rtd.txt
@@ -0,0 +1,5 @@
# requirements for building the docs on RTD
txaio
twisted
trollius; python_version <= '2.7'
asyncio; python_version == '3.3'

0 comments on commit fa84b4c

Please sign in to comment.