Skip to content
Snippets Groups Projects
Commit f58dceeb authored by Mihai Baltac's avatar Mihai Baltac
Browse files

doc gen CI debugging

parent 5cc408cd
Branches
Tags
No related merge requests found
Pipeline #
...@@ -13,6 +13,7 @@ before_script: ...@@ -13,6 +13,7 @@ before_script:
- pip install --process-dependency-links -r ci/requirements.txt - pip install --process-dependency-links -r ci/requirements.txt
- pip3 install --process-dependency-links -r ci/requirements.txt - pip3 install --process-dependency-links -r ci/requirements.txt
- python2 setup.py install - python2 setup.py install
- python3 setup.py install
# test_min: # test_min:
...@@ -30,7 +31,7 @@ before_script: ...@@ -30,7 +31,7 @@ before_script:
pages: pages:
script: script:
- python2 docs/better_apidoc.py -l -e -d 2 -t docs/generation-templates -o docs/source/mod nifty4 - python docs/better_apidoc.py -l -e -d 2 -t docs/generation-templates -o docs/source/mod nifty4
- sphinx-build -b html docs/source/ docs/build/ - sphinx-build -b html docs/source/ docs/build/
- mv docs/build/ public/ - mv docs/build/ public/
artifacts: artifacts:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment