Skip to content
forked from scala-ide/docs

Documentation for the scala-ide

Notifications You must be signed in to change notification settings

jamesbroadhead/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orphan:

Documentation for Scala IDE

This documentation web site is using Sphinx (version 1.1.2) to generate HTML pages from reStructuredText files.

To setup Sphinx locally, use easy_install:

$ sudo easy_install "sphinx==1.1.3"
$ sudo easy_install pygments # required on some systems

To generate the files, use the make-site task in sbt:

$ sbt make-site

To deploy the changes, use the ghpages-push-site task:

$ sbt make-site ghpages-push-site

ValueError: unknown locale: UTF-8

On Mac osX, it appears to have some 'local' problem. Running the following fixes it:

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

About

Documentation for the scala-ide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.7%
  • Python 18.6%
  • Shell 11.6%
  • Scala 7.1%