Skip to content

Commit

Permalink
use hyphens instead of underscores in sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart committed Oct 31, 2024
1 parent bfda77f commit 271fade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sphinx_rtd_theme = { version = "*", optional = true }
test = ["pytest", "pytest-cov", "pytest-dotenv", "pytest-httpserver", "pytest-aiohttp"]
types = ["mypy", "types-requests", "types-Pillow", "types-tqdm"]
dev = ["pytest", "pytest-cov", "pytest-dotenv", "pytest-httpserver", "pytest-aiohttp", "mypy", "types-request", "types-Pillow", "types-tqdm", "nbconvert", "ipykernel", "black"]
docs = ["sphinx", "sphinx_rtd_theme"]
docs = ["sphinx", "sphinx-rtd-theme"]

[tool.pytest.ini_options]
markers = [
Expand Down

0 comments on commit 271fade

Please sign in to comment.