Skip to content
Snippets Groups Projects
Verified Commit f6810367 authored by Paul Gierz's avatar Paul Gierz
Browse files

ci: try to build in gitlab pages... 2

parent 41efa18a
No related branches found
No related tags found
No related merge requests found
Pipeline #16122 failed
......@@ -24,7 +24,7 @@ pages:
tags:
- docker
script:
- pip install sphinx sphinx-rtd-theme
- pip install .
- jupyter-book config sphinx docs/
- cd docs
- make html
......
......@@ -8,4 +8,5 @@ dependencies = [
"jupyter-book>=1.0.3",
"matplotlib>=3.10.0",
"pint>=0.24.4",
"sphinx>=7.4.7",
]
......@@ -217,6 +217,7 @@ dependencies = [
{ name = "jupyter-book" },
{ name = "matplotlib" },
{ name = "pint" },
{ name = "sphinx" },
]
[package.metadata]
......@@ -224,6 +225,7 @@ requires-dist = [
{ name = "jupyter-book", specifier = ">=1.0.3" },
{ name = "matplotlib", specifier = ">=3.10.0" },
{ name = "pint", specifier = ">=0.24.4" },
{ name = "sphinx", specifier = ">=7.4.7" },
]
[[package]]
......
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