Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,7 @@ pages: tags: - local script: - python3 -m pip install --user --upgrade pip - python3 -m pip install --user sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx importlib-metadata - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx importlib-metadata - 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: - python3 -m pip install --user --upgrade pip - python3 -m pip install --user sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx importlib-metadata - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx importlib-metadata - cd docs - make html - mv build/html ../public Loading