Skip to content

Commit

Permalink
Add favicon support to doc and fix codacy badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcollins committed Dec 9, 2021
1 parent a013643 commit 202d0a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
File renamed without changes
6 changes: 5 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"sphinx.ext.githubpages",
"sphinx_rtd_theme",
"myst_parser",
"sphinx-favicon",
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -67,7 +68,10 @@
#
html_theme = "furo"

html_title = f"{project} {release}"
favicons = ["favicon.png"]

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
# html_static_path = ['_static']
html_static_path = ["_static"]
1 change: 1 addition & 0 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ sphinx>=2.0
sphinx-rtd-theme
myst-parser
furo
sphinx-favicon

0 comments on commit 202d0a1

Please sign in to comment.