Skip to content

Commit

Permalink
fix: docs config examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed May 16, 2024
1 parent f3b7be2 commit b1565b7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,18 @@
"html_theme_options": {
"github_url": "https://github.com/automl/ARLBench",
"twitter_url": "https://twitter.com/automl_org?lang=de",
}
},
"extensions": [
"myst_parser",
"sphinx.ext.autodoc",
"sphinx.ext.viewcode",
"sphinx.ext.napoleon", # Enables to understand NumPy docstring
# "numpydoc",
"sphinx.ext.autosummary",
"sphinx.ext.autosectionlabel",
"sphinx_autodoc_typehints",
"sphinx.ext.doctest",
],
}

automl_sphinx_theme.set_options(globals(), options)

0 comments on commit b1565b7

Please sign in to comment.