mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 04:25:39 +00:00
WIKI: moving to material theme
This commit is contained in:
parent
cfdd289483
commit
fa6c4c570d
|
@ -9,10 +9,6 @@ build:
|
|||
os: ubuntu-22.04
|
||||
tools:
|
||||
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
|
||||
mkdocs:
|
||||
|
|
|
@ -12,11 +12,12 @@ extensions = [
|
|||
# 'sphinx.ext.viewcode',
|
||||
# 'sphinx_rtd_theme',
|
||||
'myst_parser',
|
||||
'mkdocs-material'
|
||||
]
|
||||
|
||||
language = 'English'
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||
html_theme = "material"
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
|
||||
# The suffix(es) of source filenames.
|
||||
# You can specify multiple suffix as a list of string:
|
Loading…
Reference in a new issue