Last active
October 15, 2020 23:44
-
-
Save maroux/5bfc38375acd0e1c1a710fc0e62b8e93 to your computer and use it in GitHub Desktop.
poetry 1.1.3 bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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