Skip to content

Commit

Permalink
update to doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 3, 2024
1 parent 85cebb3 commit 66c9e40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../../bio_compose'))
import sphinx_rtd_theme


project = 'BioCompose'
Expand All @@ -33,6 +34,8 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'agogo'
html_theme = "sphinx_rtd_theme"
html_favicon = './images/favicon.ico'
pygments_style = 'sphinx'
html_static_path = ['_static']

0 comments on commit 66c9e40

Please sign in to comment.