Skip to content

Commit c90194d

Browse files
committed
[Doc] Fix sphynx doc.
1 parent 2e9e6bf commit c90194d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/sphinx/conf.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import sys
1818
# add these directories to sys.path here. If the directory is relative to the
1919
# documentation root, use os.path.abspath to make it absolute, like shown here.
2020
sys.path = [os.path.abspath('@CMAKE_INSTALL_PREFIX@/@PYTHON_SITELIB@')] + sys.path
21-
sys.path = [os.path.abspath('@CMAKE_BINARY_DIR@/src')] + sys.path
2221
sys.path = [os.path.abspath('@CMAKE_SOURCE_DIR@/src')] + sys.path
22+
sys.path = [os.path.abspath('@CMAKE_BINARY_DIR@/src')] + sys.path
2323

2424
# -- General configuration -----------------------------------------------------
2525

doc/sphinx/index.rst.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ Entities
4646
.. autoclass:: dynamic_graph.sot.core.task.Task
4747
:members:
4848

49-
.. autoclass:: dynamic_graph.sot.core.constraint.Constraint
50-
:members:
51-
5249
.. autoclass:: dynamic_graph.sot.core.gain_adaptive.GainAdaptive
5350
:members:
5451

0 commit comments

Comments
 (0)