|
|
@@ -1,6 +1,8 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# Refer: http://www.sphinx-doc.org/en/master/config |
|
|
|
|
|
|
|
import os |
|
|
|
|
|
|
|
# -- Project information ----------------------------------------------------- |
|
|
|
project = 'dds' |
|
|
|
copyright = '2020, vector-of-bool' |
|
|
@@ -13,7 +15,7 @@ release = '0.1.0-alpha.4' |
|
|
|
|
|
|
|
# -- General configuration --------------------------------------------------- |
|
|
|
extensions = [] |
|
|
|
templates_path = ['.'] |
|
|
|
templates_path = [] |
|
|
|
source_suffix = '.rst' |
|
|
|
master_doc = 'index' |
|
|
|
language = None |
|
|
@@ -21,7 +23,11 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
|
|
|
pygments_style = None |
|
|
|
|
|
|
|
# -- Options for HTML output ------------------------------------------------- |
|
|
|
html_theme = 'basic' |
|
|
|
html_theme = 'nature' |
|
|
|
html_theme_options = {} |
|
|
|
html_static_path = [] |
|
|
|
html_sidebars = {} |
|
|
|
|
|
|
|
if os.environ.get('GEN_FOR_HUGO'): |
|
|
|
templates_path.append('.') |
|
|
|
html_theme = 'basic' |