guzzle / guzzle_sphinx_theme

Sphinx theme used by Guzzle
MIT License
169 stars 60 forks source link

Configuration Additions #9

Closed tedivm closed 10 years ago

tedivm commented 10 years ago

I added a few options to the configuration so that this theme can be customized without needing to make an extension. All of these options can be completely ignored and the default behavior will remain.

"navlinks": {
  "Blog": "http://blog.myproject.url”,
  "OtherExample": "http://example.myproject.url”,
},
mtdowling commented 10 years ago

Can you make sure there are newlines at the end of each file, please?

tedivm commented 10 years ago

Here's a live example of what the current theme (including color change options) looks like- http://stash.tedivm.com/dev/

tedivm commented 10 years ago

I stripped out the coloring options, so this only includes the overrides for urls and the ability to add navigation via the configuration file.

If you're interested in including the coloring options I can try to find a way to make that work, otherwise I can just throw together a quick child theme that does it for my projects. Let me know which method you'd prefer.

tedivm commented 10 years ago

Bump?

mtdowling commented 10 years ago

Sorry for the delay. Merged. Thanks!

tedivm commented 10 years ago

Awesome, thank you!