Skip to content

Commit 46a99db

Browse files
committed
refactor(docs): Update doc/ to docs/
1 parent 3d96b3e commit 46a99db

File tree

16 files changed

+4
-5
lines changed

16 files changed

+4
-5
lines changed

.tmuxp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ windows:
1717
layout: main-horizontal
1818
options:
1919
main-pane-height: 35
20-
start_directory: doc/
20+
start_directory: docs/
2121
panes:
2222
- focus: true
2323
- pane

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 pyproject.toml .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
@@ -24,13 +24,13 @@ watch_test:
2424
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) test; else $(MAKE) test entr_warn; fi
2525

2626
build_docs:
27-
poetry run mkdocs build
27+
$(MAKE) -C docs html
2828

2929
watch_docs:
3030
if command -v entr > /dev/null; then ${DOC_FILES} | entr -c $(MAKE) build_docs; else $(MAKE) build_docs entr_warn; fi
3131

3232
serve_docs:
33-
python -m http.server --directory site
33+
$(MAKE) -C docs serve
3434

3535
dev_docs:
3636
$(MAKE) -j watch_docs serve_docs

doc/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
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)