Skip to content

Commit f3927ac

Browse files
committed
Account for the mkdocs.yml file existing in the src directory
1 parent a933152 commit f3927ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The repository that hosts the docs is at https://github.com/django-commons/djang
88

99
1. Create a Python 3.13 virtual environment (`uv venv --python 3.13`)
1010
2. Run `pip install mkdocs`
11-
3. Run `mkdocs serve`
11+
3. Run `mkdocs serve -f src/mkdocs.yml`
1212

13-
With uv: `uv run --python 3.13 --with mkdocs mkdocs serve`
13+
With uv: `uv run --python 3.13 --with mkdocs mkdocs serve -f src/mkdocs.yml`
1414

1515
### pre-commit
1616

0 commit comments

Comments
 (0)