Skip to content

Commit 4bf07dd

Browse files
authored
Cleanup requirements used for building documentation (#44)
* Cleanup requirements used for building documentation * Fix modules list on the main doc page
1 parent 1fd209b commit 4bf07dd

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pip install squape
1616

1717
### Content
1818
The package consists of several modules:
19+
1920
- object_tree - seamless object tree navigation and search capabilities
2021
- report - adds features to enhance the reporting capabilities of Squish
2122
- settings - makes using various test settings easier and cleaner

requirements.txt

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
pre-commit
2-
click==8.1.3
3-
colorama==0.4.5
4-
ghp-import==2.1.0
5-
griffe==0.22.0
6-
importlib-metadata==4.12.0
7-
Jinja2==3.1.2
8-
Markdown==3.3.7
9-
MarkupSafe==2.1.1
10-
mergedeep==1.3.4
11-
mkdocs==1.3.1
12-
mkdocs-autorefs==0.4.1
13-
mkdocs-gen-files==0.3.5
14-
mkdocs-literate-nav==0.4.1
15-
mkdocs-material==8.3.9
16-
mkdocs-material-extensions==1.0.3
17-
mkdocs-section-index==0.3.4
18-
mkdocstrings==0.19.0
19-
mkdocstrings-python==0.7.1
20-
packaging==21.3
21-
Pygments==2.12.0
22-
pymdown-extensions==9.5
23-
pyparsing==3.0.9
24-
python-dateutil==2.8.2
25-
PyYAML==6.0
26-
pyyaml_env_tag==0.1
27-
six==1.16.0
28-
watchdog==2.1.9
29-
zipp==3.8.1
2+
mkdocs
3+
mkdocs-material
4+
mkdocs-section-index
5+
mkdocstrings-python

0 commit comments

Comments
 (0)