Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
esgomezm committed Jun 13, 2024
1 parent 915d607 commit 93901a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions scripts/sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
sphinx
sphinx-pydantic
bioimageio.spec
sphinx-rtd-theme
8 changes: 5 additions & 3 deletions scripts/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@

extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon'
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinx-pydantic'
]

templates_path = ['_templates']
exclude_patterns = []
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']

0 comments on commit 93901a2

Please sign in to comment.