An attempts to build an example repo with sphinx built-in
The folder was built using my local cookiecutter use of pipenv. First activate my general python virtualenv
Then use the command:
> cookiecutter templatedir -o outputdirThis creates the template directory completed by the wizard.
To compile the docs, again ensure the environment with sphinx is activated then run
sphinx-build -b sphinx-build -b html sourcedir builddirFor the nice readthedocs template Template: https://github.com/readthedocs/sphinx_rtd_theme
- Free software: BSD license
- Documentation: https://creating-the-docs.readthedocs.io.
- TODO
This package was created with Cookiecutter and the elgertam/cookiecutter-pipenv project template, based on audreyr/cookiecutter-pypackage.