diff options
author | rebortg <github@ghlr.de> | 2022-04-01 11:42:53 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-04-01 11:42:53 +0200 |
commit | 9708481d5e539a4b5c3d13b1a774abcda84df138 (patch) | |
tree | 09ba0dd5d234bf92246031f5d9ef6d7ae9450f53 /docs/conf.py | |
parent | 8a4040c03660fe47dc92308704791af6d48c6094 (diff) | |
download | vyos-documentation-9708481d5e539a4b5c3d13b1a774abcda84df138.tar.gz vyos-documentation-9708481d5e539a4b5c3d13b1a774abcda84df138.zip |
add sphinx panels and create 6 panels on index.rst
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index e21b2a1e..b86c869c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,6 +47,7 @@ extensions = ['sphinx.ext.intersphinx', 'notfound.extension', 'autosectionlabel', 'myst_parser', + 'sphinx_panels', 'vyos' ] |