Badgerati / Pode.Web

Web template framework for use with the Pode PowerShell web server
MIT License
183 stars 23 forks source link

cannot build the documentation #556

Open javaswinger opened 4 months ago

javaswinger commented 4 months ago

Describe the Bug

when running `Invoke-Build Docs' the following error results:

ERROR   -  Config value 'theme': Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs

Steps To Reproduce

Steps to reproduce the behavior:

  1. pull the latest from Pode.web
  2. Invoke-Build Docs'
  3. See error

Expected Behavior

Since the build command fails there is no way to see the documentation locally

Screenshots

see above ERROR

Platform

Additional Context

I was able to workaround this by changing "mkdocs.yml" to have "name: mkdocs"