Creating the Docs

https://img.shields.io/pypi/v/creating_the_docs.svg https://img.shields.io/travis/chaldene/creating_the_docs.svg Documentation Status

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 outputdir

This 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 builddir

For the nice readthedocs template Template: https://github.com/readthedocs/sphinx_rtd_theme

Features

  • TODO

Credits

This package was created with Cookiecutter and the elgertam/cookiecutter-pipenv project template, based on audreyr/cookiecutter-pypackage.