Skip to content

Commit

Permalink
add mainnav icons (flyteorg#72)
Browse files Browse the repository at this point in the history
Signed-off-by: cosmicBboy <[email protected]>
  • Loading branch information
cosmicBboy authored May 24, 2021
1 parent 0f708dd commit 81a0873
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
1 change: 1 addition & 0 deletions flytectl/doc-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ sphinx-prompt
sphinx-material
sphinx-code-include
sphinx-copybutton
sphinx_fontawesome
17 changes: 10 additions & 7 deletions flytectl/doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,29 @@ idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
jinja2==2.11.3
jinja2==3.0.1
# via sphinx
lxml==4.6.3
# via sphinx-material
markupsafe==1.1.1
markupsafe==2.0.1
# via jinja2
packaging==20.9
# via sphinx
pygments==2.8.1
pygments==2.9.0
# via
# sphinx
# sphinx-prompt
pyparsing==2.4.7
# via packaging
python-slugify[unidecode]==4.0.1
python-slugify[unidecode]==5.0.2
# via sphinx-material
pytz==2021.1
# via babel
readthedocs-sphinx-search==0.1.0
# via -r doc-requirements.in
requests==2.25.1
# via sphinx
six==1.15.0
six==1.16.0
# via sphinx-code-include
snowballstemmer==2.1.0
# via sphinx
Expand All @@ -59,6 +59,8 @@ sphinx-code-include==1.1.1
# via -r doc-requirements.in
sphinx-copybutton==0.3.1
# via -r doc-requirements.in
sphinx-fontawesome==0.0.6
# via -r doc-requirements.in
sphinx-material==0.0.32
# via -r doc-requirements.in
sphinx-prompt==1.4.0
Expand All @@ -69,19 +71,20 @@ sphinx==3.5.4
# furo
# sphinx-code-include
# sphinx-copybutton
# sphinx-fontawesome
# sphinx-material
# sphinx-prompt
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.4
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
text-unidecode==1.3
# via python-slugify
Expand Down
6 changes: 6 additions & 0 deletions flytectl/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"sphinx-prompt",
"sphinx_copybutton",
"sphinx_search.extension",
"sphinx_fontawesome",
]

# build the templated autosummary files
Expand Down Expand Up @@ -98,6 +99,11 @@
"color-brand-primary": "#9D68E4",
"color-brand-content": "#9D68E4",
},
# custom flyteorg furo theme options
"github_repo": "flytectl",
"github_username": "flyteorg",
"github_commit": "master",
"docs_path": "docs/source", # path to documentation source
}

html_context = {
Expand Down
12 changes: 6 additions & 6 deletions flytectl/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Basic Configuration
:maxdepth: 1
:hidden:

Getting Started <https://docs.flyte.org/en/latest/getting_started.html>
User Guide <https://docs.flyte.org/projects/cookbook/en/latest/user_guide.html>
Tutorials <https://docs.flyte.org/projects/cookbook/en/latest/tutorials.html>
Concepts <https://docs.flyte.org/en/latest/concepts/basics.html>
API Reference <https://docs.flyte.org/en/latest/reference/index.html>
Community <https://docs.flyte.org/en/latest/community/index.html>
|plane| Getting Started <https://docs.flyte.org/en/latest/getting_started.html>
|book-reader| User Guide <https://docs.flyte.org/projects/cookbook/en/latest/user_guide.html>
|chalkboard| Tutorials <https://docs.flyte.org/projects/cookbook/en/latest/tutorials.html>
|project-diagram| Concepts <https://docs.flyte.org/en/latest/concepts/basics.html>
|book| API Reference <https://docs.flyte.org/en/latest/reference/index.html>
|hands-helping| Community <https://docs.flyte.org/en/latest/community/index.html>

.. toctree::
:maxdepth: -1
Expand Down

0 comments on commit 81a0873

Please sign in to comment.