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

Built in theme not found #28

Closed
commandodev opened this issue Jan 18, 2011 · 8 comments
Closed

Built in theme not found #28

commandodev opened this issue Jan 18, 2011 · 8 comments

Comments

@commandodev
Copy link

Hi,

The sphinx website has a section on theming which seems to be talking about the next release: http://sphinx.pocoo.org/theming.html#builtin-themes. I've used it to build the docs for my project stargate http://boothead.github.com/stargate/ locally, but the build failed in rtfd. Would you guys be able to update sphinx, or are you waiting for an actual release?

Cheers,
Ben

@ericholscher
Copy link
Member

Hey,

RTD should support theming. It's been in Sphinx for a while now. If you look at the build output of your project: http://readthedocs.org/builds/boothead/stargate/1496/ it looks like you didn't include the theme files inside of your projects repository. If you go ahead and bundle them with the project, it should work fine.

Let me know if it doesn't.

Cheers,
Eric

@ericholscher
Copy link
Member

Oh, I see what you mean. In the latest http://sphinx.pocoo.org/latest/theming.html it has the pyramid theme.

Hrm. I'm not sure about running on a pre-released version of Sphinx. If the trunk is pretty stable I would think about supporting it (I want to use the websupport package from 1.1 as well). Let me think about this a little more.

@commandodev
Copy link
Author

Yeah that's the one I meant. I could try adding it in I guess and take it out when sphinx is released.

Cheers,
Ben

@commandodev
Copy link
Author

I broke it again... This time I added the html_theme_path option in conf so I think there's something else going on.

Ben

@rubik
Copy link

rubik commented Mar 13, 2011

Same here. I added a theme (kr theme) in my docs/_themes dir and I set the html_theme_path but it does not work:
https://github.com/rubik/pyg/tree/master/docs

http://readthedocs.org/builds/pyg/4089/

@ericholscher
Copy link
Member

Looks like this is working now? At least I see a theme in your project. Did you do anything to fix it, or did it just start working?

@rubik
Copy link

rubik commented Mar 30, 2011

Yes, now it works great. It just started working, I don't know why, but now is ok. I think the issue is closed.

@ericholscher
Copy link
Member

Thanks.

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

No branches or pull requests

3 participants