Skip to content

Cf mkdocs

Claas Faber requested to merge cf_mkdocs into master

Fixes the broken mkdocs build. The problem was that mkdocs needs to import the python modules, which in turn need to import all dependencies. This was solved here by

  • stating requirements explicitly in
    • requirements.txt (requirements for MarIQT) and
    • requirements_docs.txt (requirements for MarIQT + mkdocs)
  • installing libexempi in ci docker

Merge request reports