Fix documentation to render correctly
This commit is contained in:
parent
45e24073d2
commit
43ecd33215
@ -1 +1,6 @@
|
||||
.. _code-of-conduct:
|
||||
|
||||
Code of Conduct
|
||||
***************
|
||||
|
||||
.. include:: ../../CODE_OF_CONDUCT.rst
|
||||
|
@ -5,3 +5,4 @@ html_theme = 'alabaster'
|
||||
master_doc = 'index'
|
||||
project = 'merkle-tree-stream'
|
||||
templates_path = ['_templates']
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']
|
||||
|
@ -1 +1,5 @@
|
||||
**********
|
||||
Contribute
|
||||
**********
|
||||
|
||||
.. include:: ../../CONTRIBUTING.rst
|
||||
|
@ -1,6 +1,6 @@
|
||||
************
|
||||
Installation
|
||||
************
|
||||
*******
|
||||
Install
|
||||
*******
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user