Skip to content

Commit

Permalink
doc to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Nov 19, 2024
1 parent 67a048f commit 930be4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache: "pip"
cache-dependency-path: |
requirements/base.txt
requirements/doc.txt
requirements/docs.txt
- name: Install Pandoc
run: sudo apt-get install --yes pandoc
Expand All @@ -44,7 +44,7 @@ jobs:
run: python -m pip install --upgrade pip

- name: Install HARK
run: python -m pip install .[doc]
run: python -m pip install .[docs]

- name: Run Sphinx
run: >
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dynamic = ["version", "dependencies", "optional-dependencies"]
files = ["requirements/base.txt"]

[tool.hatch.metadata.hooks.requirements_txt.optional-dependencies]
docs = ["requirements/doc.txt"]
docs = ["requirements/docs.txt"]
test = ["requirements/dev.txt"]
dev = ["requirements/dev.txt"]

Expand Down
File renamed without changes.

0 comments on commit 930be4b

Please sign in to comment.