Ryan Roemer

Results 175 comments of Ryan Roemer

@ShubhamRathi -- Not sure. That's more of a "sphinx" general thing than a "sphinx bootstrap theme" thing. Perhaps the [official sphinx docs](http://www.sphinx-doc.org/en/stable/contents.html) can help you? Maybe something like overriding a...

This is the OSS project https://github.com/FormidableLabs/spectacle-editor ? If so, suggest instead following the path of [`phantomjs-prebuilt`]() using the [`Github Release`](https://github.com/blog/1547-release-your-software) feature to attach binaries to. For example, `phantomjs-prebuilt` adds platform...

Now that I'm trying to port the WP site to static, I'm seeing that these files are **huge** clocking in at: ``` 49M site/open-source/spectacle-editor/static/Spectacle Editor.dmg 36M site/open-source/spectacle-editor/static/Spectacle Editorx86.exe ``` for...

Additionally, let's change the filenames to something with the version in there and without spaces. I think the GitHub release process might do this automatically, in which case awesome!

@paulathevalley -- I don't really mind what happens as long as they don't end up in the website. But a secondary concern is the repo also pays the price for...

I'd take a PR that is verifiable from the demo app that changes: 1. https://github.com/ryan-roemer/sphinx-bootstrap-theme/blob/master/sphinx_bootstrap_theme/bootstrap/navbar.html#L1 (probably remove `navbar-default`) and 2. https://github.com/ryan-roemer/sphinx-bootstrap-theme/blob/master/sphinx_bootstrap_theme/bootstrap/theme.conf#L45-L47 default conf options (probably convert from `navbar` to `navbar...

You can override a lot of the base HTML in https://github.com/ryan-roemer/sphinx-bootstrap-theme/blob/master/demo/source/_templates/layout.html (I've linked our internal demo there). Assuming you're familiar with Sphinx base layout, I'm guessing there are some good...

Lovely. I'm going to try and find some time to overhaul the tests with new Rowdy + Builder workflows and will try and tackle that the (?)

It's kind of hacky, but if you add a completely empty `_templates/globaltoc.html` file to your source directory it will just output nothing for the unconditional include. E.g., for the demo...

Can you post screenshots of this in the demo?