Skip to content

Commit 8db14a4

Browse files
committed
docs: Move doc -> docs
1 parent 333da0d commit 8db14a4

File tree

11 files changed

+3
-3
lines changed

11 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include README.rst LICENSE CHANGES .tmuxp.yaml
22
include requirements/*.txt
3-
recursive-include doc *.rst
3+
recursive-include docs *.rst

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ watch_test:
2222
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) test; else $(MAKE) test entr_warn; fi
2323

2424
build_docs:
25-
cd doc && $(MAKE) html
25+
cd docs && $(MAKE) html
2626

2727
watch_docs:
28-
cd doc && $(MAKE) watch_docs
28+
cd docs && $(MAKE) watch_docs
2929

3030
flake8:
3131
flake8 libvcs tests
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)