Skip to content
Snippets Groups Projects
Commit 2cd36a07 authored by hjulienne's avatar hjulienne
Browse files

generate apidoc at each deployment

parent 23fa59e2
No related branches found
No related tags found
No related merge requests found
Pipeline #7838 failed
...@@ -14,8 +14,9 @@ pages: ...@@ -14,8 +14,9 @@ pages:
- yum install -y make - yum install -y make
- pip3 install sphinx - pip3 install sphinx
- pip3 install sphinxcontrib-bibtex - pip3 install sphinxcontrib-bibtex
- pip3 install -r jass_preprocessing/jass_preprocessing/requirements.txt - pip3 install -r jass_preprocessing/requirements.txt
- cd jass_preprocessing/doc - cd jass_preprocessing/doc
- sphinx-apidoc -f -o ./source/_autosummary/ ../jass_preprocessing/
- make html - make html
- mv _build/html/ ../../public - mv _build/html/ ../../public
- ls -R ../../public - ls -R ../../public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment