-
Notifications
You must be signed in to change notification settings - Fork 15
Where to place config info when using ReST? #16
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
Comments
hey @deeplook - these options are all configured automatically from the configuration of your repository that you put in https://github.com/executablebooks/sphinx-thebe/blob/master/sphinx_thebe/__init__.py#L97 see the configuration page for reference: https://sphinx-thebe.readthedocs.io/en/latest/configure.html does that not work for you? |
@choldgraf I had seen that configuration page, but it has some potential to confuse people, like me, as it does not mention After extensions = [
# ...
'sphinx_thebe'
]
thebe_config = {
"repository_url": "https://github.com/my/repo",
"repository_branch": "master",
"selector": "div.thebe",
} and this in
Also, the config field names seem to be named differently from |
Can you point me to an existing example using ReST, similar to my description above? |
Well right now I don't believe it is possible to configure what's the thing you're trying to do that you cannot accomplish with |
I am ok with |
me too 😬 sorry - this is a young package so still working out the kinks! |
yep - that is to be expected, it uses CodeMirror for the interactive cells, which apply a different styling etc. You can try modifying either with other themes or by applying your own CSS to the site. Do you think this issue can be closed? |
Feel free to close it. Maybe the documentation issue can be handled separately (?). |
yeah - for sure there is still more to do! |
fixing install w/o prior installs
@choldgraf I want to use sphinx-thebe with ReST, but I'm missing any information where to place config information about
binderOptions
andkernelOptions
.The text was updated successfully, but these errors were encountered: