Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,7 @@ pages: tags: - local script: - . init.sh - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx importlib-metadata - pip install -e . - cd docs - make html - mv build/html ../public Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,7 @@ pages: tags: - local script: - . init.sh - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx importlib-metadata - pip install -e . - cd docs - make html - mv build/html ../public Loading