Skip to content

Commit

Permalink
feat(docs): new design for renku docs (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
vfried authored Jul 9, 2021
1 parent 12ace31 commit f2f3985
Show file tree
Hide file tree
Showing 6 changed files with 498 additions and 309 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pyenchant = ">=1.6.11"
pytest = ">=3.2.1"
pytest-splinter = ">=1.8.5"
python-dotenv = ">=0.8.2"
renku-sphinx-theme = ">=0.1.0"
renku-sphinx-theme = ">=0.2.1"
requests = ">=2.20.0"
rerun = "*"
Sphinx = ">=1.8.0"
Expand Down
549 changes: 244 additions & 305 deletions Pipfile.lock

Large diffs are not rendered by default.

Binary file added docs/_static/icons/favicon.ico
Binary file not shown.
240 changes: 240 additions & 0 deletions docs/_static/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_theme = "renku"

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#
html_theme_options = {
'logo_only': False,
'logo_only': True,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': False,
Expand All @@ -135,6 +135,12 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
# html_css_files = [
# "css/custom.css"
# ]

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#
Expand All @@ -150,6 +156,10 @@
]
}

html_logo = "_static/icons/logo.svg"

html_favicon = "_static/icons/favicon.ico"

# -- Options for HTMLHelp output ------------------------------------------

# Output file base name for HTML help builder.
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-i https://pypi.org/simple
alabaster==0.7.11
babel==2.6.0
backcall==0.1.0
certifi==2018.4.16
Expand Down Expand Up @@ -33,6 +32,7 @@ sphinx==3.*
sphinx-copybutton==0.3.1
sphinx-panels==0.5.2
sphinx-rtd-theme==0.5.0
renku-sphinx-theme==0.2.1
sphinxcontrib-spelling==7.*
sphinxcontrib-websupport==1.1.0
traitlets==4.3.2
Expand Down

0 comments on commit f2f3985

Please sign in to comment.