Adds a TOC virtual document

This commit is contained in:
François Grisez 2018-04-04 17:19:43 +02:00
parent 3739f576e8
commit 7cea4d435e
3 changed files with 5 additions and 1 deletions

View file

@ -56,6 +56,7 @@ if (ENABLE_SPHINX_DOC)
misc.rst
network_parameters.rst
proxies.rst
toc.rst
)
configure_file(conf.py.in source/conf.py)
foreach(file ${STATIC_DOCUMENTATION_FILES})

View file

@ -43,7 +43,7 @@ templates_path = ['_templates']
source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'
master_doc = 'toc'
# General information about the project.
project = 'Linphone Core API'

View file

@ -0,0 +1,3 @@
.. toctree::
index