[tool.poetry] name = "test-sphinx5" version = "0.1.0" description = "Test of sphinx 5+" authors = ["Your Name "] [tool.poetry.dependencies] python = "^3.9" sphinx = "^5" [build-system] requires = ["poetry-core>=1"] build-backend = "poetry.core.masonry.api"