Skip to content

Commit

Permalink
Working html build offline
Browse files Browse the repository at this point in the history
  • Loading branch information
fruzsinaagocs committed Oct 5, 2020
1 parent 9aa27d4 commit ec3665c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pyoscode/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
# Setup the exhale extension
exhale_args = {
# These arguments are required
"containmentFolder": "./api",
"rootFileName": "library_root.rst",
"rootFileTitle": "Library API",
"containmentFolder": "./cpp-docs",
"rootFileName": "oscode-reference.rst",
"rootFileTitle": "oscode",
"doxygenStripFromPath": "..",
# Suggested optional arguments
"createTreeView": True,
# TIP: if using the sphinx-bootstrap-theme, you need
# "treeViewIsBootstrap": True,
"exhaleExecutesDoxygen": True,
"exhaleDoxygenStdin": "INPUT = ../../../include/*.hpp",
"exhaleDoxygenStdin": "INPUT = ./../../../include\nRECURSIVE = NO",
"verboseBuild" : True
}

Expand Down
8 changes: 4 additions & 4 deletions pyoscode/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ oscode's documentation
======================

.. toctree::
:maxdepth: 0
:maxdepth: 2
:caption: Contents:

Introduction <introduction>
C++ interface (oscode) <oscode>
Python interface (pyoscode) <pyoscode>
api/library_root
Python interface (pyoscode) reference <pyoscode>
Using the C++ interface (oscode) <oscode>
C++ interface reference <cpp-docs/oscode-reference>

0 comments on commit ec3665c

Please sign in to comment.