Skip to content

Commit d7e8c2b

Browse files
authored
try differnt rtd commands (#58)
1 parent 707ad60 commit d7e8c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ build:
55
tools:
66
python: "3.10"
77
commands:
8-
- pip install sphinx
9-
- sphinx-apidoc -o docs/ --separate --no-toc -f cid
8+
- rm -f docs/cid.rst docs/modules.rst
9+
- python -m sphinx.ext.apidoc -o docs/ cid
1010

1111
sphinx:
1212
configuration: docs/conf.py

0 commit comments

Comments
 (0)