You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the HTML file in the CMake/build/html directory.
Environment Information
Since the Sphinx build process is integrated into the CMake Documentation, I don't know where to run those commands (sphinx-build --bug-report or python -m sphinx --bug-report).
OS version: Windows 11
Sphinx version: 2.4.5
Gettext version: 0.21.0
Sphinx extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
You won't be able to remove the warning because it's been 7 years that this warning is emitted. Best shot you have is to find which extension / which RST document is using this form. One possibility is just to ignore the warning or filter it in your Makefile using some bash pipe. Unfortunately Sphinx does not provide a native way to suppress specific logging messages if they are not bound to some "type" and "category".
If you want to change the background you need to change the theme you are using or use a custom CSS. For that, I would advise you to ask the community on Stackoverflow (this is not a bug IMO).
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
It is related to this topic of CMake Discourse.
Recently, I tried to use
sphinx<=2.4.5
to build the documentation ofcmake<=3.8
. However, there are:lots of
WARNING: 4 column based index found
messagesthe strange background color in HTML files
How to Reproduce
Run the following commands:
Open the HTML file in the
CMake/build/html
directory.Environment Information
Since the Sphinx build process is integrated into the CMake Documentation, I don't know where to run those commands (
sphinx-build --bug-report
orpython -m sphinx --bug-report
).Windows 11
2.4.5
0.21.0
Sphinx extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: