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 dde0c6d commit 241a22dCopy full SHA for 241a22d
pyproject.toml
@@ -24,12 +24,8 @@ license = {file = "LICENSE"}
24
urls = {homepage = "https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/"}
25
dependencies = [
26
"docutils>=0,<1",
27
- "sphinx-rtd-theme>=1,<4",
28
- "m2r2>=0,<1",
+ "pdoc3>=0.11.5",
29
"pytest-cov>=2,<7",
30
- "sphinx>=3,<9",
31
- "sphinxcontrib-log-cabinet>=1,<2",
32
- "sphinxcontrib-websupport>=1,<3",
33
"twine>=4,<7",
34
"black>=23,<25",
35
"idna>=3"
scripts/documentation.sh
@@ -1,2 +1,3 @@
1
#!/bin/bash
2
+rm -rf docs
3
pdoc --html centralnicreseller --output-dir docs
0 commit comments