diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05f45111b40104028e410f3881eaafe71223eaea..3a7bf35fd587b815092f15b6f9746182db36a240 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ test:
 pages:
   stage: docs
   script:
-  - pip install -U sphinx sphinx-autoapi sphinx_rtd_theme myst-parser  # sphinx_panels
+  - pip install -U sphinx sphinx-autoapi sphinx_rtd_theme myst-parser # sphinx_panels
   - cd docs
   - make html
   - mv build/html/ ../public