docs/: add sphinx apidoc generation skeleton

change cherry picked from python module template
commit 71b117ba0cf9f1251b1cac26d0994df03a4c787d
This commit is contained in:
Stefano Zacchiroli 2017-08-30 12:25:37 +02:00
parent b6bdab70c6
commit 67a4c62a64
6 changed files with 20 additions and 0 deletions

3
docs/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
_build/
apidoc/
*-stamp

1
docs/Makefile Normal file
View file

@ -0,0 +1 @@
include ../../swh-docs/Makefile.sphinx

0
docs/_static/.placeholder vendored Normal file
View file

0
docs/_templates/.placeholder vendored Normal file
View file

1
docs/conf.py Normal file
View file

@ -0,0 +1 @@
from swh.docs.sphinx.conf import * # NoQA

15
docs/index.rst Normal file
View file

@ -0,0 +1,15 @@
Software Heritage - Development Documentation
=============================================
.. toctree::
:maxdepth: 2
:caption: Contents:
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`