Skip to content

Commit 241a22d

Browse files
docs(documentation): updated
1 parent dde0c6d commit 241a22d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ license = {file = "LICENSE"}
2424
urls = {homepage = "https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/"}
2525
dependencies = [
2626
"docutils>=0,<1",
27-
"sphinx-rtd-theme>=1,<4",
28-
"m2r2>=0,<1",
27+
"pdoc3>=0.11.5",
2928
"pytest-cov>=2,<7",
30-
"sphinx>=3,<9",
31-
"sphinxcontrib-log-cabinet>=1,<2",
32-
"sphinxcontrib-websupport>=1,<3",
3329
"twine>=4,<7",
3430
"black>=23,<25",
3531
"idna>=3"

scripts/documentation.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2+
rm -rf docs
23
pdoc --html centralnicreseller --output-dir docs

0 commit comments

Comments
 (0)