|
|
|
@ -45,9 +45,8 @@ source_suffix = '.md' |
|
|
|
|
master_doc = 'index' |
|
|
|
|
|
|
|
|
|
# General information about the project. |
|
|
|
|
project = u'Remix' |
|
|
|
|
copyright = u'2017, yann300' |
|
|
|
|
author = u'yann300' |
|
|
|
|
project = u'Remix, Ethereum-IDE' |
|
|
|
|
copyright = u'2018, Remix' |
|
|
|
|
|
|
|
|
|
# The version info for the project you're documenting, acts as replacement for |
|
|
|
|
# |version| and |release|, also used in various other places throughout the |
|
|
|
@ -93,6 +92,8 @@ exclude_patterns = ['_build'] |
|
|
|
|
# The name of the Pygments (syntax highlighting) style to use. |
|
|
|
|
pygments_style = 'sphinx' |
|
|
|
|
|
|
|
|
|
highlight_language = 'Solidity'\ |
|
|
|
|
|
|
|
|
|
# A list of ignored prefixes for module index sorting. |
|
|
|
|
#modindex_common_prefix = [] |
|
|
|
|
|
|
|
|
@ -107,7 +108,7 @@ todo_include_todos = False |
|
|
|
|
|
|
|
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for |
|
|
|
|
# a list of builtin themes. |
|
|
|
|
html_theme = 'alabaster' |
|
|
|
|
html_theme = 'default' |
|
|
|
|
|
|
|
|
|
# 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 |
|
|
|
@ -136,7 +137,7 @@ html_theme = 'alabaster' |
|
|
|
|
# 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, |
|
|
|
|
# so a file named "default.css" will overwrite the builtin "default.css". |
|
|
|
|
html_static_path = ['_static'] |
|
|
|
|
html_static_path = [] |
|
|
|
|
|
|
|
|
|
# Add any extra paths that contain custom files (such as robots.txt or |
|
|
|
|
# .htaccess) here, relative to this directory. These files are copied |
|
|
|
|