Changeset 1491313 in ammosreader


Ignore:
Timestamp:
06/30/22 14:11:20 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
1cb301b
Parents:
93661be
Message:

replace sphinx with pdoc

Files:
22 added
76 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • .gitlab-ci.yml

    r93661be r1491313  
    99  script:
    1010    - python3 --version
    11     - pip install --upgrade sphinx numpy sphinx_adc_theme
     11    - pip install --upgrade numpy pdoc3
    1212    - pip install git+http://enno:xrge6-j2NkpRwsi9BXQn@gitlab.kid.local/kidzg/ammosreader.git
    13     - sphinx-build -b html doc/rst/ public
     13    - pdoc3 --html ammosreader -o public
    1414  artifacts:
    1515    paths:
Note: See TracChangeset for help on using the changeset viewer.