Loading .gitlab-ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -10,11 +10,8 @@ pages: tags: - local script: - python3 --version - python3.9 --version - python3 -m pip install --user --upgrade pip - python3 -m pip install --user sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx importlib-metadata - export PATH=$PATH:$(python3 -m site --user-base)/bin - cd docs - make html - mv build/html ../public Loading Loading
.gitlab-ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -10,11 +10,8 @@ pages: tags: - local script: - python3 --version - python3.9 --version - python3 -m pip install --user --upgrade pip - python3 -m pip install --user sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx importlib-metadata - export PATH=$PATH:$(python3 -m site --user-base)/bin - cd docs - make html - mv build/html ../public Loading