Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnaughton committed Apr 8, 2020
1 parent aeeef1e commit 6d35b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
master_doc = 'index'
html_favicon = 'elastica_logo.png'
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
Expand Down Expand Up @@ -75,6 +74,7 @@
# source_parsers = { ".md": "recommonmark.parser.CommonMarkParser",}
# source_suffix = [".rst", ".md"]
# -- Options for HTML output -------------------------------------------------
html_favicon = 'docs/elastica_logo.png'

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
Expand Down

0 comments on commit 6d35b47

Please sign in to comment.