Skip to content

Commit

Permalink
Fix view source for scaladoc and edit this file on github for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cvogt committed Jun 15, 2015
1 parent e9ab330 commit 1d55c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ object SlickBuild extends Build {
"-doc-version", v,
"-doc-footer", "Slick is developed by Typesafe and EPFL Lausanne.",
"-sourcepath", src.getPath, // needed for scaladoc to strip the location of the linked source path
"-doc-source-url", "https://github.com/slick/slick/blob/"+v+"/src/main€{FILE_PATH}.scala",
"-doc-source-url", "https://github.com/slick/slick/blob/"+v+"/slick/src/main€{FILE_PATH}.scala",
"-implicits",
"-diagrams", // requires graphviz
"-groups"
Expand Down
2 changes: 1 addition & 1 deletion slick/src/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = { 'github' : 'https://github.com/slick/slick/edit/master/src/sphinx/' }
html_theme_options = { 'github' : 'https://github.com/slick/slick/edit/master/slick/src/sphinx/' }
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['.']

Expand Down

0 comments on commit 1d55c69

Please sign in to comment.