Commit c6cd4458 authored by Denis Bilenko's avatar Denis Bilenko

update doc/conf.py in regard to the latest changes in queue.py

parent bd17bf25
......@@ -204,7 +204,6 @@ latex_documents = [
# prevent some stuff from showing up in docs
import gevent.queue
import gevent.http
del gevent.queue.JoinableQueue.put # it's already covered in the parent
del gevent.http.HTTPServer.spawn # it's a parameter, not a method
del gevent.Greenlet.throw
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment