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

Port jupyter-sphinx-theme to v2 #36

Merged
merged 2 commits into from
Oct 20, 2020

Conversation

mgeier
Copy link
Contributor

@mgeier mgeier commented Oct 20, 2020

To advance #25.

The previous conf.py was:

from jupyter_sphinx_theme import *
init_theme()

Since from xyz import * doesn't seem to be supported, I've extracted the relevant parts manually.

The import would do more things, but I think most of them are unnecessary.
See also https://github.com/jupyter/jupyter-sphinx-theme/blob/6d954c051f89eb74dc43b82b2231ac544845fb48/jupyter_sphinx_theme/__init__.py.

@pradyunsg pradyunsg merged commit 389a5f2 into sphinx-themes:master Oct 20, 2020
@mgeier mgeier deleted the jupyter-sphinx-theme branch October 20, 2020 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants