Closed kalwalt closed 4 years ago
I try to deploy the site with the command: mkdocs gh-deploy but i receive this error:
mkdocs gh-deploy
ERROR - Config value: 'theme'. Error: Unrecognised theme name: 'flatly'. The available installed themes are: mkdocs, readthedocs
i tried to uninstall mkdocs
pip uninstall mkdocs
and install it again:
pip install mkdocs
as suggested in https://github.com/squidfunk/mkdocs-material/issues/52 but not solved my issue. Instead running:
pip install --upgrade mkdocs-bootstrap mkdocs-bootswatch
as suggested here https://github.com/mkdocs/mkdocs/issues/1265 solved completely the issue.
I try to deploy the site with the command:
mkdocs gh-deploy
but i receive this error:ERROR - Config value: 'theme'. Error: Unrecognised theme name: 'flatly'. The available installed themes are: mkdocs, readthedocs
i tried to uninstall mkdocs
pip uninstall mkdocs
and install it again:
pip install mkdocs
as suggested in https://github.com/squidfunk/mkdocs-material/issues/52 but not solved my issue. Instead running:
pip install --upgrade mkdocs-bootstrap mkdocs-bootswatch
as suggested here https://github.com/mkdocs/mkdocs/issues/1265 solved completely the issue.