VedantSawant616 commented on code in PR #18285:
URL: https://github.com/apache/datafusion/pull/18285#discussion_r2465981810
##########
docs/source/conf.py:
##########
@@ -89,6 +89,7 @@
html_theme_options = {
"use_edit_page_button": True,
+ "navbar_end": ["theme-switcher", "navbar-icon-links"],
Review Comment:
hi @alamb, thanks for checking!
this is almost always a sphinx caching issue.
1.please run a clean build from the docs/directory(on windows cmd)
```
make.bat clean && make.bat html
```
2.after that, you might also need to do a hard refresh in your browser
you would be able to see afterwards
##########
docs/source/conf.py:
##########
@@ -89,6 +89,7 @@
html_theme_options = {
"use_edit_page_button": True,
+ "navbar_end": ["theme-switcher", "navbar-icon-links"],
Review Comment:
hi @alamb, thanks for checking!
this is almost always a sphinx caching issue.
1.please run a clean build from the docs/directory(on windows cmd)
```
make.bat clean && make.bat html
```
2.after that, you might also need to do a hard refresh in your browser
you would be able to see afterwards
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]