-
Notifications
You must be signed in to change notification settings - Fork 264
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
Major issues with contribution on windows #2730
Comments
What error do you get for (1)? |
|
https://github.com/dzhu/rstfmt is this not an option for automatically formatting RST? or is it scuffed because of the weird MD -> RST stuff |
https://gist.github.com/falOn-Dev/b345c63db5c545a1fd93d99177c0b0fd |
No, rstfmt was never an option, even with pure rst. It doesn't handle a bunch of directives and would need to be extended. |
What version of ubuntu? |
1 and 2 were fixed by #2733 |
I've been trying to contribute to frc-docs on my windows machine and I've been having a lot of issues, I was asked to put in an issue so I'm going to make a little list
source/extensions/redown.py
line 164 must be commented out to build on windows.rd
files seem to be created randomly, I truly can't track down a cause for this, it doesn't happen during builds, lints, pulls, anything, they just seem to appear without any noticable cause.\make lint
doesn't seem to work (at least on windows) because it's linting as if the files are RST instead of Markdown.sphinx-build
doesn't exist, even if you directly runpip install sphinx
[edited - changed bullet points to numbered points]
The text was updated successfully, but these errors were encountered: