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 a few more themes to v2 #60

Merged
merged 4 commits into from
Nov 6, 2020

Conversation

mgeier
Copy link
Contributor

@mgeier mgeier commented Oct 27, 2020

To advance #25.

Here's the previous conf.py entries:

sphinx-rigado-theme:

html_theme = 'sphinx_rigado_theme'

sphinx-redactor-theme:

html_theme = 'sphinx_redactor_theme'
import sphinx_redactor_theme
html_theme_path = [sphinx_redactor_theme.get_html_theme_path()]

sphinx-pdj-theme:

html_theme = 'sphinx_pdj_theme'
import sphinx_pdj_theme
html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]

sphinx-opnfv-theme:

html_theme = 'opnfv'

sphinx-nervproject-theme:

html_theme = 'nervproject'

sphinx-modern-theme:

html_theme = 'sphinx_modern_theme'
import sphinx_modern_theme
html_theme_path = [sphinx_modern_theme.get_html_theme_path()]

sphinx-material:

html_theme = 'sphinx_material'

sphinx-kr-theme:

html_theme = 'kr'

sphinx-ioam-theme:

html_theme = 'sphinx_ioam_theme'

sphinx-foundation-theme:

html_theme = 'foundation'
import sphinx_foundation_theme
html_theme_path = sphinx_foundation_theme.get_html_theme_path()

sphinx-fossasia-theme:

html_theme = 'sphinx_fossasia_theme'

sphinx-corlab-theme:

import corlab_theme
html_theme      = 'corlab_theme'
html_theme_path = [ corlab_theme.get_theme_dir() ]

sphinx-catalystcloud-theme:

html_theme = 'sphinx_catalystcloud_theme'
import sphinx_catalystcloud_theme
html_theme_path = [sphinx_catalystcloud_theme.get_html_theme_path()]

sphinx-bulma-theme:

html_theme = 'bulma'

sphinx-bootstrap-theme:

html_theme = 'bootstrap'
import sphinx_bootstrap_theme
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()

sphinx-boost:

html_theme = 'boost'
import sphinx_boost
html_theme_path = [sphinx_boost.get_html_theme_path()]

@mgeier
Copy link
Contributor Author

mgeier commented Nov 6, 2020

What about merging this?

Is there something left to do from my side?

@pradyunsg pradyunsg merged commit 7694a65 into sphinx-themes:master Nov 6, 2020
@pradyunsg
Copy link
Collaborator

Nope -- just had this buried in my notifications. Thanks for the nudge! ^>^

@mgeier mgeier deleted the a-few-more-ported-themes branch November 6, 2020 18:55
@mgeier
Copy link
Contributor Author

mgeier commented Nov 6, 2020

Thanks!

I guess now we are already beyond 50% of the themes ported to the new site, right?

Can the new one now be "activated"?

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