Skip to content

dgruntz/docs.scala.ide

 
 

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.2"
$ sudo easy_install pygments # required on some systems

Then simply use make clean html from the repository root to generate the files.

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.4%
  • Python 20.9%
  • Scala 6.7%