Documentation for v4.6.1 #877
-
hi, the corresponding match for python-socketio was 4.x , so i was looking for docs of version 4.x but couldn't find any. Can you share steps on how to get that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm not building documentation for older releases. You can build it locally. First install sphinx in your virtualenv:
Then build the docs as follows:
The above requires |
Beta Was this translation helpful? Give feedback.
I'm not building documentation for older releases. You can build it locally. First install sphinx in your virtualenv:
Then build the docs as follows:
The above requires
make
to be installed on your system. After the command ends, you can open the documentation in the_build/html/index.html
underdocs
.