File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
1821templates_path = ['_templates' ]
1922exclude_patterns = []
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 '
2730html_static_path = ['_static' ]
Original file line number Diff line number Diff line change 22sphinx_rtd_theme
33sphinx-lesson
44sphinx-rtd-theme-ext-color-contrast
5+ https://github.com/aaltoscicomp/sphinx-aaltoscicomp-branding/archive/master.zip
You can’t perform that action at this time.
0 commit comments