From 4a1e652d99292d2a25422753b7d52fe4f6af4b42 Mon Sep 17 00:00:00 2001 From: Robert Winkler Date: Fri, 27 Sep 2019 15:23:06 +0200 Subject: [PATCH] Adjust docs for new Sphinx Symbiflow Theme Signed-off-by: Robert Winkler --- requirements.txt | 3 ++- source/conf.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 574ac90..f7489fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -sphinx_materialdesign_theme +Sphinx +git+http://github.com/SymbiFlow/sphinx_materialdesign_theme.git@master#egg=sphinx_symbiflow_theme sphinx-markdown-tables diff --git a/source/conf.py b/source/conf.py index bf4c99d..838fbf1 100644 --- a/source/conf.py +++ b/source/conf.py @@ -92,7 +92,7 @@ pygments_style = 'default' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "sphinx_materialdesign_theme" +html_theme = "sphinx_symbiflow_theme" # 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