Skip to content

Commit

Permalink
removed duplicate entries from conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Nov 23, 2023
1 parent 5ce71ba commit cb5d119
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,24 +93,19 @@
#
html_theme = "pydata_sphinx_theme"
html_title = "HowTo"
html_theme = "pydata_sphinx_theme"
html_title = "HowTo"

# Redirect the webpage to another URL
# Sphinx will create the appropriate CNAME file in the build directory
# https://www.sphinx-doc.org/en/master/usage/extensions/githubpages.html
html_baseurl = "https://howto.neuroinformatics.dev/"
html_baseurl = "https://howto.neuroinformatics.dev/"

# 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"]

html_css_files = [
"css/custom.css",
"css/custom.css",
]

html_favicon = "_static/logo_light.png"
Expand Down

0 comments on commit cb5d119

Please sign in to comment.