diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c3085841..a048d463 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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: diff --git a/wiki-rtd/conf.py b/wiki-rtd/conf.py.old similarity index 91% rename from wiki-rtd/conf.py rename to wiki-rtd/conf.py.old index ca875932..55cf0a71 100644 --- a/wiki-rtd/conf.py +++ b/wiki-rtd/conf.py.old @@ -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: