robotframework-testdoc 0.3.2a2__tar.gz → 0.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,4 +17,6 @@ atest/output_classic.html
17
17
  atest/output_big.html
18
18
  results/
19
19
  oc_output.html
20
- atest/testdoc_output/**
20
+ atest/testdoc_output/**
21
+ atest/mkdocs_test/**
22
+ atest/mkdocs_test_custom/**
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotframework-testdoc
3
- Version: 0.3.2a2
3
+ Version: 0.4.0
4
4
  Summary: A CLI Tool to generate a Test Documentation for your RobotFramework Test Scripts.
5
5
  Project-URL: Repository, https://github.com/MarvKler/robotframework-testdoc
6
6
  Project-URL: Issues, https://github.com/MarvKler/robotframework-testdoc/issues
@@ -22,6 +22,7 @@ Requires-Dist: mkdocs-include-markdown-plugin
22
22
  Requires-Dist: mkdocs-macros-plugin
23
23
  Requires-Dist: mkdocs-material
24
24
  Requires-Dist: pydantic
25
+ Requires-Dist: pymdown-extensions
25
26
  Requires-Dist: robotframework
26
27
  Requires-Dist: tomli
27
28
  Provides-Extra: dev
@@ -32,7 +32,8 @@ dependencies = [
32
32
  "mkdocs",
33
33
  "mkdocs-macros-plugin",
34
34
  "mkdocs-material",
35
- "mkdocs-include-markdown-plugin"
35
+ "mkdocs-include-markdown-plugin",
36
+ "pymdown-extensions"
36
37
  ]
37
38
 
38
39
  [project.optional-dependencies]