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 be78d29 commit a6ac3d5Copy full SHA for a6ac3d5
docs/builds.rst
@@ -42,11 +42,11 @@ MkDocs
42
~~~~~~
43
44
When you choose *Mkdocs* as your *Documentation Type*,
45
-we will first look for a ``mkdocs.yml`` file in the ```doc``` or ```docs``` directory.
+we will first look for a ``mkdocs.yml`` file in the root of your repository, and if not found, within a ``doc`` or ``docs`` directory.
46
If we don't find one,
47
we will generate one for you.
48
49
-Then MkDocs will build any files with a ``.md`` extension.
+Then MkDocs will build any files with a ``.md`` extension within the ``doc`` or ``docs`` directory.
50
As MkDocs doesn't support automatic PDF generation,
51
Read the Docs cannot create a PDF version of your documentation with the *Mkdocs* option.
52
0 commit comments