Fix documentation to render correctly

This commit is contained in:
Luke Murphy 2019-08-01 13:15:07 +02:00
parent 45e24073d2
commit 43ecd33215
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 13 additions and 3 deletions

View File

@ -1 +1,6 @@
.. _code-of-conduct:
Code of Conduct
***************
.. include:: ../../CODE_OF_CONDUCT.rst

View File

@ -5,3 +5,4 @@ html_theme = 'alabaster'
master_doc = 'index'
project = 'merkle-tree-stream'
templates_path = ['_templates']
extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']

View File

@ -1 +1,5 @@
**********
Contribute
**********
.. include:: ../../CONTRIBUTING.rst

View File

@ -1,6 +1,6 @@
************
Installation
************
*******
Install
*******
.. code-block:: bash