Skip to content

Commit

Permalink
Explicitly pin sphinx html components
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Jul 16, 2021
1 parent 113a963 commit 50cfd20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Expand Up @@ -59,6 +59,8 @@ CairoSVG = {version = "^2.5.1", optional = true}
matplotlib = {version = "^3.3.4", optional = true}
ipython = {version = "^7.21.0", optional = true}
backoff = "^1.10.0"
sphinxcontrib-htmlhelp = {version = "^2.0.0", optional = true}
sphinxcontrib-serializinghtml = {version = "^1.1.5", optional = true}

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
Expand All @@ -74,7 +76,7 @@ types-PyYAML = "^5.4.3"
[tool.poetry.extras]
server = ["fastapi", "uvicorn"]
plotting = ["svgutils", "CairoSVG", "matplotlib", "ipython"]
docs = ["Sphinx", "sphinx-press-theme", "sphinx-autodoc-typehints", "tomlkit"]
docs = ["Sphinx", "sphinx-press-theme", "sphinx-autodoc-typehints", "tomlkit", "sphinxcontrib-htmlhelp", "sphinxcontrib-serializinghtml"]

[build-system]
requires = ["poetry-core>=1.0.0", "setuptools>=40.8.0"]
Expand Down

0 comments on commit 50cfd20

Please sign in to comment.