-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Small fixes to docs structure #3940
Conversation
Hi @levkropp , I've rebased my commits and put everything on a branch of the main repo. The checks should pass now. Please let me know! Thank you EDIT: The docs build correctly, you can see them here: https://canonical-multipass--3940.com.readthedocs.build/en/3940/ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3940 +/- ##
=======================================
Coverage 89.11% 89.11%
=======================================
Files 255 255
Lines 14603 14603
=======================================
Hits 13013 13013
Misses 1590 1590 ☔ View full report in Codecov by Sentry. |
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.
Looks good! All of the fixes appear to be here and it builds and runs on my machine!
conf.py
to display the "Give feedback" button on all pagesNOTE: To build the docs locally, go in the
/docs/
folder and run the commandmake run
.