Skip to content

Commit 586021a

Browse files
committed
Remove unwanted files and folders from doc folder
1 parent 3580af8 commit 586021a

File tree

321 files changed

+6
-54134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+6
-54134
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ test/__pycache__/
2828
/doc/quality/
2929
/doc/pymodbus.pdf
3030
/doc/sphinx/
31+
/doc/html/
32+
/doc/_build/

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ tox: install
4646
@pip install --quiet tox && tox
4747

4848
docs: install
49-
@pip install --quiet sphinx
50-
@cd doc/sphinx && sphinx-build -nb html -d doctrees . html
49+
@pip install --quiet sphinx sphinx_rtd_theme
50+
@cd doc && sphinx-build -nb html -d _build/doctrees . html
5151

5252
publish: install
5353
git push origin && git push --tags origin

doc/pymodbus.pdf

-497 KB
Binary file not shown.

doc/quality/current.coverage

Lines changed: 0 additions & 41 deletions
This file was deleted.

doc/quality/current.lint

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)