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 multiple themes to v2 #59

Merged
merged 5 commits into from
Oct 27, 2020

Conversation

mgeier
Copy link
Contributor

@mgeier mgeier commented Oct 27, 2020

This time, I've ported multiple themes in one PR, in order to speed up things.

I've also started from the end of the list, for no particular reason.

This are the original conf.py entries:

zerovm-sphinx-theme:

html_theme = 'zerovm'
import zerovm_sphinx_theme
html_theme_path = [zerovm_sphinx_theme.theme_path]

yummy-sphinx-theme:

html_theme = 'yummy_sphinx_theme'

wild_sphinx_theme:

html_theme = 'wild'
import wild_sphinx_theme
html_theme_path = [wild_sphinx_theme.get_theme_dir()]

topos-theme:

html_theme = 'topos-theme'

tibas.tt:

html_theme = 'tt'
import tibas.tt as tt
import alabaster

html_theme_path = [ tt.get_path(), alabaster.get_path() ]

sunpy-sphinx-theme:

html_theme = 'sunpy'
import sunpy_sphinx_theme
html_theme_path = sunpy_sphinx_theme.get_html_theme_path()

sphinxjp.themes.trstyle:

html_theme = 'trstyle'

Same pattern for sphinxjp, s6, revealjs, htmlslide, gopher, dotted, basicstrap

sphinxbootstrap4theme:

html_theme = 'sphinxbootstrap4theme'
import sphinxbootstrap4theme
html_theme_path = [sphinxbootstrap4theme.get_path()]

sphinx-susiai-theme:

html_theme = 'sphinx_susiai_theme'

@pradyunsg
Copy link
Collaborator

Hehe, thanks for doing this! ^>^

@mgeier
Copy link
Contributor Author

mgeier commented Oct 27, 2020

No problem!

So it looks like a few of those themes are broken, I guess they can be removed from the list.

@pradyunsg pradyunsg merged commit b2afe21 into sphinx-themes:master Oct 27, 2020
@mgeier mgeier deleted the port-multiple-themes branch October 27, 2020 14:59
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