Skip to content

Commit

Permalink
Dev wd (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb authored Aug 16, 2024
2 parents 4cfadb7 + 7f51ef7 commit 389bae2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: build docs
run: |
micromamba activate dissectBCL
pip install .
pip install .[docs]
cd docs
pip install -r requirements.txt
make html
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt
extra_requirements:
- docs
2 changes: 0 additions & 2 deletions docs/requirements.txt

This file was deleted.

15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ dependencies = [
]
[project.optional-dependencies]
dev = [
"ruff",
"coverage",
"pytest",
"pytest-cov",
"pytest-datafiles"
"ruff",
"coverage",
"pytest",
"pytest-cov",
"pytest-datafiles"
]
docs = [
"sphinx>=7.2.6",
"sphinx_rtd_theme>=2.0.0"
]

[project.scripts]
dissect = "dissectBCL.dissect:dissect"
wd40 = "wd40.wd40:cli"
Expand Down

0 comments on commit 389bae2

Please sign in to comment.