QGIS-Documentation
QGIS-Documentation copied to clipboard
Revert custom formatting for guilabel and menuselection
Afair :menuselection: didn't have a special formatting in readthedocs theme so we made these changes to have both look alike, as in our pre-readthedocs theme time. They both look alike now in the theme (https://github.com/readthedocs/sphinx_rtd_theme/pull/1426) so let's remove our customization. Opinions?
BEFORE
AFTER
Hello @DelazJ, I've received several warnings while trying to generate an HTML preview. These warnings are not linked to the files I am currently modifying. Are the warnings and failed checks in the pull request related to changes in this PR?
Not at all. This is a PR so has zero influence on anything other than its own branch.
Delete the build/html folder in your local repository and you should be good with the last block of warnings. For the first, it's weird you get that because the changes have been merged some time ago already, and it should probably be fixed with the previous deletion tip also. For the warning in the middle it's related to the changes you are locally doing.
Not at all. This is a PR so has zero influence on anything other than its own branch. Delete the
build/htmlfolder in your local repository and you should be good with the last block of warnings. For the first, it's weird you get that because the changes have been merged some time ago already, and it should probably be fixed with the previous deletion tip also. For the warning in the middle it's related to the changes you are locally doing.
Understood, thank you.