Skip to content

Commit

Permalink
Restore package for ReadTheDoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vrigal authored and Archaeopteryx committed Jul 10, 2023
1 parent 0cf36b4 commit c64a8ec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
[project]
name = "treeherder"
version = "1.0.0"
description = "Defaut package, used for development or readthedocs"

[project.optional-dependencies]
docs = [
"mkdocs==1.4.3",
"mkdocs-material==9.1.18",
"mdx_truly_sane_lists==1.3",
]

[tool.setuptools]
packages = ["treeherder"]

[build-system]
requires = ["setuptools", "wheel"]
# A list of all of the optional dependencies, some of which are included in the
Expand Down
Empty file removed requirements/docs.txt
Empty file.

0 comments on commit c64a8ec

Please sign in to comment.