Skip to content
Snippets Groups Projects
Commit 357d7a98 authored by Troy Lindsay's avatar Troy Lindsay
Browse files

Move dependencies to requirements.txt

parent ceff74bf
No related branches found
No related tags found
No related merge requests found
image: python:3.8-buster
before_script:
- pip install mkdocs
# Add your custom theme if not inside a theme_dir
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
# - pip install mkdocs-material
- pip install -r requirements.txt
test:
stage: test
......
# Documentation static site generator & deployment tool
mkdocs>=1.1.2
# Add your custom theme if not inside a theme_dir
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
# mkdocs-material>=5.4.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment