Skip to content

Commit bdaa24a

Browse files
committed
theming
1 parent d03faa0 commit bdaa24a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

content/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
# -- General configuration ---------------------------------------------------
1414
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1515

16-
extensions = []
16+
extensions = ['sphinx_lesson',
17+
'sphinx_rtd_theme_ext_color_contrast',
18+
'sphinx_aaltoscicomp_branding',
19+
]
1720

1821
templates_path = ['_templates']
1922
exclude_patterns = []
@@ -23,5 +26,5 @@
2326
# -- Options for HTML output -------------------------------------------------
2427
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2528

26-
html_theme = 'alabaster'
29+
html_theme = 'sphinx_rtd_theme'
2730
html_static_path = ['_static']

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Sphinx
22
sphinx_rtd_theme
33
sphinx-lesson
44
sphinx-rtd-theme-ext-color-contrast
5+
https://github.com/aaltoscicomp/sphinx-aaltoscicomp-branding/archive/master.zip

0 commit comments

Comments
 (0)