python-hyper / wsproto

Sans-IO WebSocket protocol implementation
https://wsproto.readthedocs.io/
MIT License
261 stars 38 forks source link

1.0.0: pshinx 4.0.2 warnings #162

Closed kloczek closed 3 years ago

kloczek commented 3 years ago
+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.0.2
making output directory... done
loading intersphinx inventory from https://docs.python.org/objects.inv...
intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 5 added, 0 changed, 0 removed
reading sources... [100%] installation
WARNING: autodoc: failed to import class 'WSConnection' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'ConnectionType' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'connection.ConnectionState' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'handshake.H11Handshake' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import function 'handshake.client_extensions_handshake' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import function 'handshake.server_extensions_handshake' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'events.Event' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'events.Request' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'events.AcceptConnection' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'events.RejectConnection' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'events.RejectData' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'events.CloseConnection' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'events.Message' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'events.TextMessage' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'events.BytesMessage' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'events.Ping' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'events.Pong' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'frame_protocol.Opcode' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'frame_protocol.CloseReason' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'extensions.Extension' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import data 'extensions.SUPPORTED_EXTENSIONS' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'utilities.LocalProtocolError' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
WARNING: autodoc: failed to import class 'utilities.RemoteProtocolError' from module 'wsproto'; the following exception was raised:
No module named 'wsproto'
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-wsproto.3 { installation basic-usage advanced-usage api } done
build succeeded, 23 warnings.
kloczek commented 3 years ago

No comment? Are thoise waenins already fixed?

Kriechi commented 3 years ago

The docs build just fine on master and GitHub Actions: https://github.com/python-hyper/wsproto/runs/2758239840?check_suite_focus=true#step:6:60

I keep repeating myself. Simply posting yet another shell output with the same thing we discussed multiple times over various other repositories already, won't move us forward.

Please read through a projects CI and documentation before you open issues. Please provide steps of what you did and what you expected to happen. None of these issues you have reported over the last days and weeks are a problem - you are simply trying to drive in a screw with a hammer: which is not supported.