WIKI: moving to material theme

This commit is contained in:
XargonWan 2023-12-02 14:18:55 +01:00
parent cfdd289483
commit fa6c4c570d
2 changed files with 2 additions and 5 deletions

View file

@ -9,10 +9,6 @@ build:
os: ubuntu-22.04 os: ubuntu-22.04
tools: tools:
python: "3.11" python: "3.11"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"
# Build documentation in the "docs/" directory with Sphinx # Build documentation in the "docs/" directory with Sphinx
mkdocs: mkdocs:

View file

@ -12,11 +12,12 @@ extensions = [
# 'sphinx.ext.viewcode', # 'sphinx.ext.viewcode',
# 'sphinx_rtd_theme', # 'sphinx_rtd_theme',
'myst_parser', 'myst_parser',
'mkdocs-material'
] ]
language = 'English' language = 'English'
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
html_theme = "material" html_theme = "sphinx_rtd_theme"
# The suffix(es) of source filenames. # The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string: # You can specify multiple suffix as a list of string: