Skip to content

Commit

Permalink
add sphinx panels to docs (flyteorg#250)
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy authored Jan 13, 2022
1 parent 2519e5d commit 88e3801
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"recommonmark",
"sphinx_markdown_tables",
"sphinx_fontawesome",
"sphinx_panels",
]

# build the templated autosummary files
Expand Down
1 change: 1 addition & 0 deletions doc-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ sphinx-code-include
sphinx-copybutton
sphinx_markdown_tables
sphinx_fontawesome
sphinx-panels
4 changes: 4 additions & 0 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ docutils==0.17.1
# via
# recommonmark
# sphinx
# sphinx-panels
furo @ git+https://github.com/flyteorg/furo.git@main
# via -r doc-requirements.in
idna==3.3
Expand Down Expand Up @@ -72,6 +73,7 @@ sphinx==4.3.2
# sphinx-copybutton
# sphinx-fontawesome
# sphinx-material
# sphinx-panels
# sphinx-prompt
sphinx-code-include==1.1.1
# via -r doc-requirements.in
Expand All @@ -83,6 +85,8 @@ sphinx-markdown-tables==0.0.15
# via -r doc-requirements.in
sphinx-material==0.0.35
# via -r doc-requirements.in
sphinx-panels==0.6.0
# via -r doc-requirements.in
sphinx-prompt==1.5.0
# via -r doc-requirements.in
sphinxcontrib-applehelp==1.0.2
Expand Down

0 comments on commit 88e3801

Please sign in to comment.