We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93f601 commit fdbf5abCopy full SHA for fdbf5ab
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
for f in C*md; do cp $f ./docs/src/; done
43
cp LICENSE ./docs/src/LICENSE.md
44
- pip install mkdocs-material mkdocs-exclude mkdocs-gen-files mike
+ pip install -r requirements_docs.txt
45
pip install -e .
46
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
47
pyproject.toml
@@ -41,7 +41,7 @@ profile = "black"
py-modules = ["automation"]
[tool.setuptools.dynamic]
-dependencies = {file = ["requirements.txt"]}
+dependencies = {file = ["requirements.txt", "requirements_docs.txt"]}
[tool.pytest.ini_options]
minversion = "6.2"
0 commit comments