From 6863b48b18a623f207b0b6bba8dcfc15c47543f9 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 12 May 2022 20:52:10 +0200 Subject: [PATCH] docs: theme s/SymbiFlow/F4PGA/ Signed-off-by: Unai Martinez-Corral --- docs/conf.py | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 642fea7..57072a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] html_show_sourcelink = True -html_theme = 'sphinx_symbiflow_theme' +html_theme = 'sphinx_f4pga_theme' html_theme_options = { 'repo_name': 'chipsalliance/f4pga-examples', diff --git a/docs/requirements.txt b/docs/requirements.txt index 776e935..b4c11c9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ sphinx docutils -git+https://github.com/SymbiFlow/sphinx_symbiflow_theme.git@chips#egg=sphinx-symbiflow-theme +git+https://github.com/f4pga/sphinx_f4pga_theme.git@f4pga#egg=sphinx-f4pga-theme sphinx-tabs sphinx-jinja