Makefile for upload and switch doc theme
This commit is contained in:
@@ -53,7 +53,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = 'Opytex'
|
||||
copyright = '2015, Benjamin Bertrand'
|
||||
copyright = '2016, Benjamin Bertrand'
|
||||
author = 'Benjamin Bertrand'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
@@ -114,7 +114,10 @@ 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 = 'alabaster'
|
||||
import sphinx_rtd_theme
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user