Jonas Fonseca

Results 82 comments of Jonas Fonseca

I agree that the git-flow based release instructions can be simplified. :+1: to just using a master branch and automatically setting the version in sbt from git using sbt-dynver. For...

I can look into using deploy keys to update the ghpages branch.

One possibility would be to remove the preview site plugin and make the preview tasks live in the generator plugins, so `project.enablePlugin(SphinxPlugin)` would also add the `previewSite` site to that...

Looks like a duplicate of #118. I've added a workaround and will release as part of 1.3.2.

I am not that familiar with StringTemplate but it looks like it supports conditionals which could solve this issue by having one theme defaulting to dev mode and overriding when...

It looks like it is also in the default paradox theme: https://github.com/lightbend/paradox/blob/55640f1fae43651282d0f0647b8e09456229aefc/themes/generic/src/main/assets/css/page.css#L571 With this line: ![screen shot 2018-10-26 at 14 40 18](https://user-images.githubusercontent.com/8417/47586095-26a67900-d92d-11e8-876e-1d2d95e99492.png) Without this line: ![screen shot 2018-10-26 at 14...

Is the goal of this feature to bootstrap a Paradox directory structure by writing a ToC and then generate linked files?

Any thought on Laika @sirthias ? I saw you played with it at one point. It's directive format is a big different, but it has a PDF renderer. Also it...

@vsch I don't know if the Java version matters, but noted it because of Paradox's sbt plugin. Related with #14, do you have any thoughts on the complexity of implementing...

I'd be interested in helping out with PDF support if Paradox makes the move. Laika uses https://xmlgraphics.apache.org/ which should in theory keep everything JVM-based although I've never had much luck...