Skip to content
Snippets Groups Projects
Commit a3ab8a90 authored by Paul Eckhardt's avatar Paul Eckhardt
Browse files

bugfix: install theme

parent cb64a323
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
image: python:3.11-slim image: python:3.11-slim
# Functions that should be executed before the build script is run # Functions that should be executed before the build script is run
before_script: before_script:
- python3 -m pip install sphinx - python3 -m pip install sphinx sphinx_rtd_theme
pages: pages:
...@@ -21,4 +21,4 @@ pages: ...@@ -21,4 +21,4 @@ pages:
- docs/**/* - docs/**/*
stages: stages:
- pages - pages
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment