-
Notifications
You must be signed in to change notification settings - Fork 2k
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
doxygen: riot.css modified by 'make doc' #8122
Comments
I had the same problem and I fixed it by uninstalling lessc from npm and install python-lesscpy via apt-get instead. |
An alternative would be to switch over from Bootstrap 3 to Bootstrap 4, which uses SASS instead of LESS (which does the compilation live in-browser). Would need some time however. |
See #10249 for a fix to this issue. |
Is this still an issue ? |
We did not change how the |
I also had this problem in the past but now it doesn't show up anymore. That's why I'm asking. |
Do you still have LESS compiler installed? Does it incidentally generate the same CSS as the one at hand? |
Ah, that might be that: I don't have LESS compiler :) |
Calling
make doc
modifies riot.css in-place, making it show up in git's changed files list.That's a little annoying. Can that be avoided?
The text was updated successfully, but these errors were encountered: