Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LSTM-based_inverse_dynamics_learning_for_franka_emika_panda
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan-Niklas Schneider
LSTM-based_inverse_dynamics_learning_for_franka_emika_panda
Commits
71611b1c
Commit
71611b1c
authored
Mar 13, 2024
by
Leon Michel Gorißen
Browse files
Options
Downloads
Patches
Plain Diff
docs: add llt logo to website
parent
7ef170e5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
docs/conf.py
+2
-1
2 additions, 1 deletion
docs/conf.py
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
71611b1c
...
@@ -11,7 +11,7 @@ stages:
...
@@ -11,7 +11,7 @@ stages:
test
:
test
:
stage
:
test
stage
:
test
script
:
script
:
-
pip install
piccolo
-theme
-
pip install
pydata-sphinx
-theme
-
python -m sphinx -b html docs/ public
-
python -m sphinx -b html docs/ public
rules
:
rules
:
-
if
:
$CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
-
if
:
$CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
...
@@ -19,7 +19,7 @@ test:
...
@@ -19,7 +19,7 @@ test:
pages
:
pages
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
pip instal
l
p
iccolo
-theme
-
pip instal p
ydata-sphinx
-theme
-
python -m sphinx -b html docs/ public
-
python -m sphinx -b html docs/ public
artifacts
:
artifacts
:
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
docs/conf.py
+
2
−
1
View file @
71611b1c
...
@@ -85,8 +85,9 @@ todo_include_todos = False
...
@@ -85,8 +85,9 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
# a list of builtin themes.
#
#
html_theme
=
"
p
iccolo
_theme
"
html_theme
=
"
p
ydata_sphinx
_theme
"
html_title
=
"
LSTM-based Inverse Dynamics Learning for Franka Emika Panda - Supplementary Information
"
html_title
=
"
LSTM-based Inverse Dynamics Learning for Franka Emika Panda - Supplementary Information
"
html_logo
=
"
data/rwth-llt-de-rgb_1_.jpg
"
# Theme options are theme-specific and customize the look and feel of a
# Theme options are theme-specific and customize the look and feel of a
# theme further. For a list of options available for each theme, see the
# theme further. For a list of options available for each theme, see the
# documentation.
# documentation.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment