Skip to content
Snippets Groups Projects
Unverified Commit bf0c85fe authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add dependencies for documentation, advances #12.

parent 748dcf52
Branches test-deployment
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ release = '1.0dev0'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'recommonmark',
'sphinx.ext.autodoc',
'sphinxcontrib_django',
'sphinx_autodoc_typehints',
......
......@@ -19,6 +19,12 @@ Pillow = "^6.1"
django-phonenumber-field = {version = "^3.0", extras = ["phonenumbers"]}
django-local-settings = {version = "^1.0-alpha.1", allows-prereleases = true}
[tool.poetry.dev-dependencies]
sphinx = "^2.1"
sphinxcontrib-django = "^0.5.0"
sphinx-autodoc-typehints = "^1.7"
recommonmark = "^0.6.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment