Skip to content
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

theme warning when opening help #3410

Closed
kevinushey opened this issue Aug 31, 2018 · 1 comment · Fixed by #3415
Closed

theme warning when opening help #3410

kevinushey opened this issue Aug 31, 2018 · 1 comment · Fixed by #3415
Assignees
Labels
Milestone

Comments

@kevinushey
Copy link
Contributor

@kevinushey kevinushey commented Aug 31, 2018

System details

RStudio Edition : Desktop
RStudio Version : 1.2.943
OS Version      : macOS 10.13.6
R Version       : 3.5.1

Steps to reproduce the problem

Activate a dark theme, run the reticulate Python REPL, and try to request help:

reticulate::repl_python()
?dict

Describe the problem in detail

A theme-related warning is emitted, and the help document is not readable:

>>> ?dict
Warning: No Python documentation found for 'theme/default/tomorrow_night_bright.rstheme?dark=1'.

screen shot 2018-08-31 at 9 13 22 am
screen shot 2018-08-31 at 9 16 25 am

Describe the behavior you expected

Python help should open without issue.

Notes

We probably need the URI handler for themes on the Python endpoint as well:

screen shot 2018-08-31 at 9 17 39 am

@ronblum
Copy link
Contributor

@ronblum ronblum commented Sep 5, 2018

Verified on RStudio Desktop (MacOS 10.14 Mojave & Ubuntu 18.04) and RStudio Server (SUSE 12.3).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants