We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a933152 commit f3927acCopy full SHA for f3927ac
README.md
@@ -8,9 +8,9 @@ The repository that hosts the docs is at https://github.com/django-commons/djang
8
9
1. Create a Python 3.13 virtual environment (`uv venv --python 3.13`)
10
2. Run `pip install mkdocs`
11
-3. Run `mkdocs serve`
+3. Run `mkdocs serve -f src/mkdocs.yml`
12
13
-With uv: `uv run --python 3.13 --with mkdocs mkdocs serve`
+With uv: `uv run --python 3.13 --with mkdocs mkdocs serve -f src/mkdocs.yml`
14
15
### pre-commit
16
0 commit comments