Skip to content

Instantly share code, notes, and snippets.

@maroux
Last active October 15, 2020 23:44
Show Gist options
  • Save maroux/5bfc38375acd0e1c1a710fc0e62b8e93 to your computer and use it in GitHub Desktop.
Save maroux/5bfc38375acd0e1c1a710fc0e62b8e93 to your computer and use it in GitHub Desktop.
poetry 1.1.3 bug
[tool.poetry]
name = "docs"
version = "0.1.0"
description = ""
[tool.poetry.dependencies]
python = "^3.7.0"
Sphinx = "^3.0"
sphinx-autodoc-typehints = "^1.11.0"
sphinxcontrib-applehelp = "1.0.1"
sphinxcontrib-devhelp = "1.0.1"
sphinxcontrib-htmlhelp = "1.0.2"
sphinxcontrib-jsmath = "1.0.1"
sphinxcontrib-qthelp = "1.0.2"
sphinxcontrib-serializinghtml = "1.1.3"
sphinx_rtd_theme = "0.4.3"
recommonmark = "0.5.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment