Loading .gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,16 @@ test: stage: test script: - python setup.py test # As a temporary measure allow_failure: true pages: stage: build script: - pip install sphinx sphinx-bootstrap-theme numpydoc sphinxcontrib-versioning - pip install sphinx sphinx-bootstrap-theme numpydoc # sphinxcontrib-versioning - make docs - mv docs/_buidl/html/ public/ - mv docs/_build/html/ public/ artifacts: paths: - public Loading Loading
.gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,16 @@ test: stage: test script: - python setup.py test # As a temporary measure allow_failure: true pages: stage: build script: - pip install sphinx sphinx-bootstrap-theme numpydoc sphinxcontrib-versioning - pip install sphinx sphinx-bootstrap-theme numpydoc # sphinxcontrib-versioning - make docs - mv docs/_buidl/html/ public/ - mv docs/_build/html/ public/ artifacts: paths: - public Loading