.gitlab-ci.yml: get sphinx html output to work
- point sphinx to docs/ - install enum-tools, sphinx-toolbox - run on all branches
Loading
-
🎱 @FObersteinerDeveloper@christophknote @local_kararobi what tool are you using to manage the package? It certainly doesn't create a
setup.py
;-) -
@FObersteiner we are using setuptools / build as suggested by the PyPA, but I have not gotten around yet to adapt the CI file. @local_kararobi just set up the Gitlab runner to enable CI in zge first place…
-
🎱 @FObersteinerDeveloperOk thanks for the info. I actually newer used setuptools, but went to use poetry right away following recommendation. Was just wondering why the pipeline failed (it tries an install from setup.py). I'm not very familiar with CI/CD config in gitlab (yet); on github, I know that you can set up CI/CD actions, but keep them disabled as long as they're not ready.
Please register or sign in to comment