|
@@ -38,7 +38,7 @@ extensions = [
|
|
]
|
|
]
|
|
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
-templates_path = ['templates']
|
|
|
|
|
|
+templates_path = ['sphinx/templates']
|
|
|
|
|
|
# The suffix(es) of source filenames.
|
|
# The suffix(es) of source filenames.
|
|
# You can specify multiple suffix as a list of string:
|
|
# You can specify multiple suffix as a list of string:
|
|
@@ -98,7 +98,7 @@ html_theme = 'alabaster'
|
|
# Add any paths that contain custom static files (such as style sheets) here,
|
|
# Add any paths that contain custom static files (such as style sheets) here,
|
|
# relative to this directory. They are copied after the builtin static files,
|
|
# relative to this directory. They are copied after the builtin static files,
|
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
|
-html_static_path = ['static']
|
|
|
|
|
|
+html_static_path = ['sphinx/static']
|
|
|
|
|
|
|
|
|
|
# -- Options for HTMLHelp output ------------------------------------------
|
|
# -- Options for HTMLHelp output ------------------------------------------
|