-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sphinx-build.exe missing conf.py #2
Comments
Yes, you are right, Sphinx is missing that file. Also the documentation is missing in general. |
I'm no longer active with this project, but I wrote a high level overview for another user a few weeks ago, so I'll just paste that in here: The docs didn’t generate because I never got around to actually creating them, haha. In short, you should create a RCON instance using the async class method RCON.create, where you pass in the host, port, password, and optionally the asyncio event loop. See here: |
I'm using:
Python: 3.7.4
aiorcon: 0.6.8 (9a02652?)
OS: Windows 10
I'm trying to make a simple script to talk to a Rust server to monitor it's status. I don't see any examples for your code and I'm no python veteran. When attempting to build the docs via Sphinx, which I never heard of until today, I get the following error:
Any assistance you could provide would be greatly appreciated. :)
The text was updated successfully, but these errors were encountered: