AR-js-org / AR.js-Docs

Documentation for AR.js, made with MkDocs
https://ar-js-org.github.io/AR.js-Docs/
MIT License
32 stars 15 forks source link

Build and deploy process fails #5

Closed kalwalt closed 4 years ago

kalwalt commented 4 years ago

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.