Skip to content

Commit

Permalink
[ci skip] Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed May 12, 2021
2 parents 8485624 + c707902 commit e88f3b4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Binary file added doc/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#######
#
###### Custom themes (no version specifiers) ######
furo

11 changes: 8 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,14 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

#import sphinx_rtd_theme
#html_theme = "sphinx_rtd_theme"
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

html_theme = 'furo'
html_logo = '../logo.png'

#html_theme = 'classic'

# Theme options are theme-specific and customize the look and feel of a theme
Expand Down

0 comments on commit e88f3b4

Please sign in to comment.