diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60e08b1f079bdf86dca442031521ab817777287f..1cef16cf9e50d656b39d2d349040117f3b8c5c1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ pages: - cp catkin_ws/README.rst docs/catkin.rst - cp coscine_watchdog/README.rst docs/coscine.rst - cp franka_lock_unlock/README.rst docs/franka.rst + - cp dynamics_learning/README.rst docs/dynamics.rst - python -m sphinx -b html docs/ public artifacts: paths: diff --git a/docs/index.rst b/docs/index.rst index 386bd09b7b034302b205611afb261e69ddff6219..f0e9045c15293c0e3abbb2431963c45494185205 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,6 @@ .. include:: ../README.rst +.. the files catkin, coscine, franka and dynamics are being copied here from their directories as part of the build pipeline. Contents -------- .. toctree:: @@ -8,6 +9,7 @@ Contents catkin coscine franka + dynamics metadata