Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
infrastructure
mkdocs
Commits
9bcff7be
Commit
9bcff7be
authored
Oct 17, 2021
by
EKbfh
🐼
Browse files
add mkdocstrings, update packages
parent
a3c9477a
Pipeline
#33797
passed with stage
in 7 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
9bcff7be
...
...
@@ -5,7 +5,12 @@ RUN set -ex \
&&
apk add
--no-cache
git python3 libxml2 libxslt
\
&&
python3
-m
ensurepip
\
&&
pip3
install
--upgrade
pip
\
&&
pip3
install
lxml
==
4.6.2 mkdocs-material
==
7.1.1 mkdocs-macros-plugin
==
0.5.0 mkdocs-mermaid2-plugin
==
0.5.1
\
&&
pip3
install
\
lxml
==
4.6.2
\
mkdocs-material
==
7.3.3
\
mkdocs-macros-plugin
==
0.6.0
\
mkdocs-mermaid2-plugin
==
0.5.2
\
mkdocstrings
==
0.16.2
\
&&
apk del .build-deps
WORKDIR
/docs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment