Skip to content
Snippets Groups Projects
Commit 71611b1c authored by Leon Michel Gorißen's avatar Leon Michel Gorißen
Browse files

docs: add llt logo to website

parent 7ef170e5
No related branches found
No related tags found
No related merge requests found
...@@ -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 install piccolo-theme - pip instal pydata-sphinx-theme
- python -m sphinx -b html docs/ public - python -m sphinx -b html docs/ public
artifacts: artifacts:
paths: paths:
......
...@@ -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 = "piccolo_theme" html_theme = "pydata_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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment