Skip to content
Snippets Groups Projects
Commit ded9dd9a authored by David Schäfer's avatar David Schäfer
Browse files

fixing the doc build error

parent f330bdea
No related branches found
No related tags found
1 merge request!670Documentation decorator
Pipeline #165238 passed with stages
in 6 minutes and 42 seconds
......@@ -110,13 +110,13 @@ python310:
reports:
junit: report.xml
# doctest:
# stage: test
# script:
# - cd docs
# - pip install -r requirements.txt
# - make doc # needed for _api tests
# - make test
doctest:
stage: test
script:
- cd docs
- pip install -r requirements.txt
- make doc # needed for _api tests
- make test
# ===========================================================
......
......@@ -12,4 +12,4 @@ sphinx_autodoc_typehints==1.23
sphinx-tabs==3.4.1
fancy-collections==0.1.3
sphinx-design==0.4.1
pydata-sphinx-theme==0.12.0
pydata-sphinx-theme==0.13.3
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