forked from wpilibsuite/frc-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 789 Bytes
/
pyproject.toml
File metadata and controls
32 lines (29 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[tool.poetry]
name = "frc-docs"
version = "9999"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.6"
doc8 = "==0.8.1"
docutils = "==0.16.0"
latex = "==0.7.0"
sphinx = "==3.4.3"
sphinx-hoverxref = "==0.5b1"
sphinx-notfound-page = "==0.6"
sphinx-panels = "==0.6.0"
sphinx-rtd-theme = "==0.5.1"
sphinx-tabs = "==2.0.0"
sphinx-version-warning = "==1.1.2"
sphinxcontrib-ghcontributors = "==0.2.2"
sphinxcontrib-svg2pdfconverter = "==1.1.1"
sphinxext-linkcheckdiff = "==0.1.0"
sphinxext-opengraph = "==0.4.1"
sphinxext-rediraffe = "==0.2.5"
sphinxext-remoteliteralinclude = "==0.2.0"
sphinxext-toptranslators = "==0.1.2"
sphinxext-delta = "==0.1.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"