]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: default template the same as on rtd
authorMarek Vavruša <marek.vavrusa@nic.cz>
Sun, 12 Apr 2015 19:57:01 +0000 (21:57 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Sun, 12 Apr 2015 19:57:01 +0000 (21:57 +0200)
doc/conf.py

index 7fdba137532ad5938e85cafbdc9af0f1a2952bf2..25ca5624cbcb7480a83f15b3913e001f6bcf33c2 100644 (file)
@@ -49,6 +49,8 @@ html_use_smartypants = True
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'apidoc'
 
+# Theme
+html_theme = 'sphinx_rtd_theme'
 
 # -- Options for LaTeX output --------------------------------------------------