-
Notifications
You must be signed in to change notification settings - Fork 46
add addtional RTD info #65
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
Conversation
note: I did not do the base object, since I'm looking for feedback on how far I missed the mark on these three. I anticipate directions to complete the base, if we feel that should be done..... |
Hello :), thanks for the add I could take a look adn we could work together, there is one thing that needs to be added in order to show the documentation in the in order to show the changes that you are doing, we need to add the following line in Adafruit_CircuitPython_PN532/docs/conf.py Line 41 in 0061f33
This would generate the documentation after merging the changes that you are proposing like this: You could check the effect of building the docs locally. If you have any question please feel free either here or in discord :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned :). we could take a look to SPI and UART after
@jposada202020 you mentioned building the docs locally and reviewing - what process does that? If you can even point to a link I'm willing to dig a bit more. |
@tcfranks hello:) hello you will need to install sphinx, and sphinx-rtd-theme with a pip command, nothing very complicated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the suggested change, looks good to me. let me know if you want to merge these changes first, or you want to work in the main file too in this PR. Thanks for these changes
@jposada202020 I have a problem running the sphinx-build command. It seems not to see items imported inside the try block. Moved the first two outside just to test (digitalio.DigitalInOut and circuitpython-typing.ReadableBuffer. It then fails because the typing library isn't found. so it appears it's not quite as straightforward as the docs are suggesting. Any ideas? |
error examples (most recent first) File "C:\Users\Thomas\PycharmProjects\Adafruit_CircuitPython_PN532\adafruit_pn532\adafruit_pn532.py", line 157, in File "", line 241, in _call_with_frames_removed |
@tcfranks are you working in a virtual environment? there could be two problems according to my experience: Also as you could see in the requirements.txt you have the following requirements. So you can install them in your virtual environment
I have reproduced the error that your are having, eliminating typing-extensions from my virtual environment.
|
It seems that It did not like very much my space add, and now the CI is failing because of that. could you check on your end. thanks |
@jposada202020 I still error out with same errors and no html pages get built. Running Sphinx v6.1.3 Where does this leave us? Is there someone else that can help us out? |
@kattni this is the project - or do you need my side of the branch? |
Thank you! |
Updating https://github.com/adafruit/Adafruit_CircuitPython_PN532 to 2.3.18 from 2.3.17: > Merge pull request adafruit/Adafruit_CircuitPython_PN532#65 from tcfranks/main Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Updated download stats for the libraries
resolves #56
submitted for initial review and comment