• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1theme = "boostdoc"
2title = "Boost.Outcome documentation"
3publishDir = "../html"
4pygmentsStyle = "vs"
5pygmentsUseClasses = true
6PygmentsCodeFences = true
7enableGitInfo = true
8disableKinds = [ "RSS", "404" ]
9relativeURLs = true
10uglyURLs  = true
11
12[outputs]
13  home = [ "HTML" ]
14
15[params]
16  snippetsURL = "https://github.com/boostorg/outcome/tree/master/doc/src/snippets/"
17  editURL = "https://github.com/boostorg/outcome/edit/develop/doc/src/content/"
18