mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 08:39:20 +00:00
Adds a TOC virtual document
This commit is contained in:
parent
3739f576e8
commit
7cea4d435e
3 changed files with 5 additions and 1 deletions
|
|
@ -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})
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
3
coreapi/help/doc/sphinx/toc.rst
Normal file
3
coreapi/help/doc/sphinx/toc.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.. toctree::
|
||||
|
||||
index
|
||||
Loading…
Add table
Reference in a new issue