Skip to content

Commit

Permalink
Minor changes to docs/conf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
davipatti committed Aug 19, 2021
1 parent bef937f commit 75c3d4e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@
extensions = ["sphinx.ext.autodoc", "sphinx.ext.intersphinx"]
autodoc_typehints = "description"
autodoc_member_order = "bysource"
pygments_style = "sphinx"

html_theme_options = {
"repository_url": "https://github.com/IRI-UW-Bioinformatics/ititer/",
"use_repository_button": True,
"extra_navbar": "<p>A python module for analyzing serial dilution assay data.</p>",
}

intersphinx_mapping = {
"pandas": ("https://pandas.pydata.org/docs/", None),
Expand Down Expand Up @@ -71,3 +64,13 @@
html_css_files = ["custom.css"]

html_logo = "logo.png"

pygments_style = "sphinx"

html_theme_options = {
"repository_url": "https://github.com/IRI-UW-Bioinformatics/ititer/",
"use_repository_button": True,
"use_edit_page_button": True,
"use_issues_button": True,
"extra_navbar": "<p>A python module for analyzing serial dilution assay data.</p>",
}

0 comments on commit 75c3d4e

Please sign in to comment.