Skip to content

Commit 87ea14d

Browse files
committed
changed Sphinx HTML theme to furo
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent f3e5ab1 commit 87ea14d

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
sphinx
2-
sphinxawesome-theme == 5.0.0-rc.1
1+
sphinx
2+
sphinx-rtd-theme
33
sphinxcontrib-bibtex
4+
furo
45
sphinxcontrib-proof
56
sphinx-exercise

source/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
import subprocess
1717
from datetime import date
1818

19+
import sphinx_rtd_theme
20+
1921
# If extensions (or modules to document with autodoc) are in another directory,
2022
# add these directories to sys.path here. If the directory is relative to the
2123
# documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -29,10 +31,11 @@
2931
# Add any Sphinx extension module names here, as strings. They can be extensions
3032
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3133
extensions = [
34+
'sphinx_rtd_theme',
3235
'sphinx.ext.todo',
3336
'sphinx.ext.mathjax',
37+
'sphinxcontrib.bibtex',
3438
'sphinxcontrib.proof'
35-
# 'sphinxcontrib.bibtex',
3639
# 'sphinx.ext.ifconfig',
3740
# 'sphinx.ext.viewcode',
3841
]
@@ -112,7 +115,7 @@ def get_git_tag():
112115
# The theme to use for HTML and HTML Help pages. See the documentation for# The version info for the project you're documenting, acts as replacement for
113116

114117
# a list of builtin themes.
115-
html_theme = 'sphinxawesome_theme'
118+
html_theme = 'furo'
116119

117120
# Theme options are theme-specific and customize the look and feel of a theme
118121
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)