aboutsummaryrefslogtreecommitdiff
path: root/docs/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pyproject.toml')
-rw-r--r--docs/pyproject.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
new file mode 100644
index 00000000..9cc7bcc2
--- /dev/null
+++ b/docs/pyproject.toml
@@ -0,0 +1,17 @@
+[tool.poetry]
+name = "onionshare-docs"
+version = "0.1.0"
+description = ""
+authors = ["Micah Lee <micah@micahflee.com>"]
+
+[tool.poetry.dependencies]
+python = "~3.6"
+sphinx = "^3.2.1"
+sphinx-rtd-theme = "^0.5.0"
+sphinx-intl = "^2.0.1"
+
+[tool.poetry.dev-dependencies]
+
+[build-system]
+requires = ["poetry>=0.12"]
+build-backend = "poetry.masonry.api"