sbt-site
sbt-site copied to clipboard
Site generation for sbt
This fix in Paradox would be great to port to sbt-site, as well: https://github.com/lightbend/paradox/pull/361
https://github.com/sbt/sbt-site/blob/dee21a1dae72a13fb2840147595649c4a97dbbcd/src/main/scala/com/typesafe/sbt/site/preview.scala#L53-L63. The above doesn't set a Content-Type response header, the browser displays it as a broken image.
`sphinx-build -W` turns warnings into errors, but this option is not currently exposed by `sbt-site`.
* Use just a master branch? * Introduce sbt-dynver? The Travis secrets for ghpages seem broken, the deploy doesn't work from Travis.
reproduce , checkout :https://github.com/ReactivePlatform/reactive-design-patterns-cn in project `docs`, run `previewAuto`. ``` [IJ]sbt:ReactiveDesignPatterns> previewAuto [error] java.nio.file.NoSuchFileException: /Users/kerr/IdeaProjects/reactive-design-patterns-cn/src/main/scala-2.12 [error] at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) [error] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) [error] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) [error] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) [error] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)...
I have lots of breaking code lines when i try with sbt and i would like to understand some stuff. Is thre any "migration guide" from sbt 1.2.8 to sbt...
Currently `previewFixedPort` and `previewLaunchBrowser` are scoped under `previewSite` but are used in both `previewSite` and `previewAuto` tasks: https://github.com/sbt/sbt-site/blob/develop/src/main/scala/com/typesafe/sbt/site/SitePreviewPlugin.scala#L14-L15 These settings should be unscoped in the autoImport.
Sphinx is installed in the sytem. However running `makeSite` fails and then: ``` [server] $ last server/sphinx:generateHtml [info] Generating Sphinx html documentation... [debug] Command: sphinx-build -a -E -b html -d...
Docs do not seem to mention if I need to install ruby, and jekyll gem or if the sbt plugin should handle all that with some jruby magic. What is...
Attempting to use `requiredGems` in the [can-use-jekyll](https://github.com/sbt/sbt-site/blob/3109627b967b3fab5c68cdfb0237df286b937165/src/sbt-test/jekyll/can-use-jekyll/build.sbt#L21) sbt-test fails with: ``` [error] .../can-use-jekyll/build.sbt:13: error: reference to requiredGems is ambiguous; [error] it is imported twice in the same scope by [error]...