We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f87ce commit 9b4fe0aCopy full SHA for 9b4fe0a
.github/workflows/build-docs.yml
@@ -65,7 +65,7 @@ jobs:
65
# Install EasyDiffraction Library to run Jupyter notebooks
66
# Install with the 'charts' and 'docs' extras
67
- name: Install EasyDiffraction Library and its dependencies
68
- run: pip install mkdocs mkdocs-material 'mkdocs-autorefs<1.3.0' mkdocs-jupyter mkdocs-plugin-inline-svg mkdocs-markdownextradata-plugin mkdocstrings-python pyyaml
+ run: pip install -r requirements.txt
69
70
# Clone assets extra from:
71
# - easyscience/assets-docs
requirements.txt
@@ -23,3 +23,12 @@ asteval
23
24
pytest
25
pytest-xdist
26
+
27
+mkdocs
28
+mkdocs-material
29
+mkdocs-autorefs<1.3.0
30
+mkdocs-jupyter
31
+mkdocs-plugin-inline-svg
32
+mkdocs-markdownextradata-plugin
33
+mkdocstrings-python
34
+pyyaml
0 commit comments