diff options
author | rebortg <github@ghlr.de> | 2022-04-01 11:42:53 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-04-01 13:55:47 +0200 |
commit | 58beb33d4fd36456a1057d111fd764842c358474 (patch) | |
tree | 0e6761faf1aeb4180d70eec3235840861375ed56 /docker | |
parent | 235ca6cdbb39c0e31dec750f97a033638fb072ba (diff) | |
download | vyos-documentation-58beb33d4fd36456a1057d111fd764842c358474.tar.gz vyos-documentation-58beb33d4fd36456a1057d111fd764842c358474.zip |
add sphinx panels and create 6 panels on index.rst
(cherry picked from commit 9708481d5e539a4b5c3d13b1a774abcda84df138)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 17e7630f..9b3195df 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -34,6 +34,8 @@ RUN pip3 install sphinx-rtd-theme RUN pip3 install sphinx-autobuild RUN pip3 install sphinx-notfound-page RUN pip3 install lxml +RUN pip3 install myst-parser +RUN pip3 install sphinx-panels # Cleanup |