This directory is ready for ReadTheDocs using Sphinx.
documentation/conf.pyconfigures Sphinx.documentation/requirements.txtlists documentation dependencies.documentation/.readthedocs.yamldescribes the ReadTheDocs build.documentation/index.mdis the documentation home page.
- Import the repository in ReadTheDocs.
- Choose the branch that should publish documentation.
- Use
documentation/.readthedocs.yamlas the configuration file when custom config paths are supported. - If ReadTheDocs requires the config file at the repository root, copy this file
to
.readthedocs.yamland keep the same contents. - Trigger a build.
python -m pip install -r documentation/requirements.txt
sphinx-build -W -b html documentation documentation/_build/html