Skip to content

Commit

Permalink
furo
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Feb 23, 2023
1 parent 71a7e96 commit 4d0a1b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/sphinx/conf.py
Expand Up @@ -227,12 +227,13 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
# html_theme = 'alabaster'
if not on_rtd:
# only import and set the theme if we're building docs locally
# otherwise, readthedocs.org uses their theme by default, so no need to specify it
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme = "furo"
# if not on_rtd:
# # only import and set the theme if we're building docs locally
# # otherwise, readthedocs.org uses their theme by default, so no need to specify it
# import sphinx_rtd_theme
# html_theme = 'sphinx_rtd_theme'
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]


# Theme options are theme-specific and customize the look and feel of a theme
Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/requirements.txt
@@ -1,2 +1,3 @@
furo
myst-parser[linkify]
sphinxcontrib-mermaid
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -134,6 +134,7 @@ commands =
description = Build Sphinx documentation (output directory: docs/sphinx-build)
changedir = docs
deps =
furo
snazzy
sphinx
sphinx_rtd_theme
Expand Down

0 comments on commit 4d0a1b0

Please sign in to comment.