From b2ac377c5d58d7e52761e79f9178a1e345df6be6 Mon Sep 17 00:00:00 2001 From: ethanc8 Date: Tue, 6 Aug 2024 17:53:29 -0500 Subject: [PATCH] Switch from sphinxawesome_theme to furo --- .github/workflows/sphinx.yml | 2 +- source/conf.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index ce63ff5..7244d2a 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -12,7 +12,7 @@ jobs: - name: Build HTML uses: ammaraskar/sphinx-action@master with: - pre-build-command: "pip3 install --user --ignore-installed sphinxcontrib-domaintools myst-parser sphinxawesome-theme sphinx>=6.0 sphinx_design sphinx-copybutton" + pre-build-command: "pip3 install --user --ignore-installed sphinxcontrib-domaintools myst-parser furo sphinx>=6.0 sphinx_design sphinx-copybutton" docs-folder: . - name: Upload artifacts uses: actions/upload-artifact@v4 diff --git a/source/conf.py b/source/conf.py index 5537d46..cb0bf96 100644 --- a/source/conf.py +++ b/source/conf.py @@ -53,8 +53,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_permalinks_icon = '#' -html_theme = 'sphinxawesome_theme' +html_theme = 'furo' # 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,