Create Documentation

Add to Path variable
C:\Miniconda3;C:\Miniconda3\Scripts;C:\Miniconda3\Library\bin;
conda create -n mkdocs
activate mkdocs
pip install mkdocs
mkdocs new logging

mkdocs serve
mkdocs build

Use use_directory_urls: false do allow opening the documentation without server

Shell command for building docs

cd docs
call activate mkdocs && mkdocs build && deactivate