Compare commits
1 Commits
1.0.6.post
...
1.0.6.post
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fc9032cd0 |
@@ -105,7 +105,7 @@ class doc_gen(helper_withresults_base):
|
||||
),
|
||||
"verbose": False,
|
||||
"media_type": "print",
|
||||
"render_js": True,
|
||||
"headless_chrome_path": "chromium",
|
||||
"exclude_pages": ["LICENSE"],
|
||||
"output_path": str(site_path / "pdf" / "manual.pdf"),
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ test = ["junitparser>=2.8","junit2html>=30.1","xmlrunner>=1.7","myp
|
||||
coverage-check = ["coverage>=7.0"]
|
||||
quality-check = ["pylint>=2.15","pylint-json2html>=0.4","pandas>=1.5"]
|
||||
type-check = ["mypy[reports]>=0.99" ]
|
||||
doc-gen = ["mkdocs>=1.4.0", "mkdocs-material>=8.5", "mkdocs-localsearch>=0.9.0", "mkdocstrings[python]>=0.19", "mkdocs-with-pdf>=0.9.3","pyyaml>=6.0","pymdown-extensions>=9"]
|
||||
doc-gen = ["mkdocs>=1.4.0", "mkdocs-material>=8.5", "mkdocs-localsearch>=0.9.0", "mkdocstrings[python]>=0.19", "mkdocs-pdf-export-plugin","pyyaml>=6.0","pymdown-extensions>=9"]
|
||||
|
||||
#[project.scripts]
|
||||
#my-script = "my_package.module:function"
|
||||
|
||||
Reference in New Issue
Block a user