Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Jul 9, 2021
1 parent 20eb409 commit 2ae6f79
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
17 changes: 16 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,22 @@
#html_theme_path = jupyter_sphinx_theme.get_html_theme_path()

# --- karma ---
html_theme = "karma_sphinx_theme"
#html_theme = "karma_sphinx_theme"

# --- material ---
html_theme = "sphinx_material"
# Material theme options (see theme.conf for more information)
html_theme_options = {
# Visible levels of the global TOC; -1 means unlimited
'globaltoc_depth': 2,
# If False, expand all TOC entries
'globaltoc_collapse': True,
# If True, show hidden TOC entries
'globaltoc_includehidden': True,
}
html_sidebars = {
"**": ["globaltoc.html"]
}

# --- custom css ---
html_title = project
Expand Down
18 changes: 8 additions & 10 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Sphinx==2.2.1
sphinxcontrib-applehelp==1.0.1
sphinxcontrib-devhelp==1.0.1
sphinxcontrib-htmlhelp==1.0.2
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.2
sphinxcontrib-serializinghtml==1.1.3
sphinx_materialdesign_theme
jupyter-sphinx-theme
karma_sphinx_theme
Sphinx
sphinxcontrib-applehelp
sphinxcontrib-devhelp
sphinxcontrib-htmlhelp
sphinxcontrib-jsmath
sphinxcontrib-qthelp
sphinxcontrib-serializinghtml
sphinx-material
sphinx-copybutton

0 comments on commit 2ae6f79

Please sign in to comment.