Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvossler18 committed Jul 10, 2024
2 parents 9c6df5e + 6312436 commit 87ea38b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def setup(sphinx):


html_theme = "furo"

html_static_path = ["_static"]
html_theme_options = {
"footer_icons": [
{
Expand All @@ -176,6 +176,8 @@ def setup(sphinx):
"class": "",
},
],
"light_logo": "img/ODTlearn-color.png",
"dark_logo": "img/ODTlearn-color.png",
}
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ requires = [
]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
markers = [
"test_solver: marks tests as run only when we have a Gurobi license (deselect with '-m \"not test_solver\"')"
]


[tool.isort]
profile = "black"

0 comments on commit 87ea38b

Please sign in to comment.