Skip to content

Commit

Permalink
📝 docs env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Feb 8, 2024
1 parent 00727aa commit 4c02b7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ extra-dependencies = [
"griffe-fieldz"
]
features = ["all"]
pip-compile-args = [
"--unsafe-package",
"lunchable"
]
pip-compile-constraint = "default"
template = "docs"
type = "pip-compile"
Expand Down
18 changes: 8 additions & 10 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fieldz==0.0.2
# via griffe-fieldz
ghp-import==2.1.0
# via mkdocs
griffe==0.39.1
griffe==0.40.0
# via
# griffe-fieldz
# mkdocstrings-python
Expand Down Expand Up @@ -107,11 +107,6 @@ jinja2==3.1.3
# mkdocs
# mkdocs-material
# mkdocstrings
lunchable==1.2.2
# via
# lunchable-primelunch
# lunchable-pushlunch
# lunchable-splitlunch
lunchable-primelunch==1.0.1
# via
# -c requirements.txt
Expand Down Expand Up @@ -141,7 +136,7 @@ markdown-it-py==3.0.0
# via
# -c requirements.txt
# rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# jinja2
# mkdocs
Expand Down Expand Up @@ -171,7 +166,7 @@ mkdocs-gen-files==0.5.0
# via hatch.envs.docs
mkdocs-literate-nav==0.6.1
# via hatch.envs.docs
mkdocs-material==9.5.6
mkdocs-material==9.5.8
# via hatch.envs.docs
mkdocs-material-extensions==1.3.1
# via mkdocs-material
Expand Down Expand Up @@ -201,7 +196,7 @@ pandas==2.2.0
# lunchable-primelunch
pathspec==0.12.1
# via mkdocs
platformdirs==4.1.0
platformdirs==4.2.0
# via
# mkdocs
# mkdocstrings
Expand Down Expand Up @@ -288,9 +283,12 @@ urllib3==2.1.0
# via
# -c requirements.txt
# requests
watchdog==3.0.0
watchdog==4.0.0
# via mkdocs
zipp==3.17.0
# via
# -c requirements.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# lunchable

0 comments on commit 4c02b7c

Please sign in to comment.