Skip to content

Files

Latest commit

6a96882 · Nov 30, 2016

History

History
This branch is 508 commits behind errbotio/errbot:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 24, 2016
Jul 24, 2016
Nov 6, 2016
Jan 9, 2014
Jul 25, 2015
Nov 6, 2016
Feb 28, 2016
Feb 28, 2016
Jan 9, 2014
Sep 5, 2016
Jun 4, 2016
May 12, 2016
Jan 9, 2014
May 12, 2016
Jan 9, 2014
Nov 30, 2016

Website and documentation

Errbot's website and documentation are built using Sphinx. Useful references when contributing to the docs are the reStructuredText Primer and Inline markup documents.

Requirements

Documentation must be built using Python 3. Additionally, extra requirements must be installed, which may be done through pip install -r docs/requirements.txt (note: you must run this from the root of the repository).

You must also have make installed in order to use the supplied Makefile.

Building and viewing locally

With the necessary requirements installed, the documentation can be built using the command make html. Once generated, the resulting pages can be viewed by opening _build/html/index.html in your webbrowser of choice.

Publishing to Read the Docs

Note: This is only relevant to project maintainers

Read the Docs should rebuild the site automatically when new commits are pushed. When new project releases are made, it may be necessary to add the new version and remove older versions (to prevent clutter in the version drop-down). This can be done at https://readthedocs.org/dashboard/errbot/versions/.