File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ We will look inside a ``doc`` or ``docs`` directory first,
37
37
and then look within your entire project.
38
38
39
39
Then Sphinx will build any files with an ``.rst `` extension.
40
- If you have a ``README.rst ``,
41
- it will be transformed into an ``index.rst `` automatically.
42
40
43
41
Mkdocs
44
42
~~~~~~
@@ -50,11 +48,9 @@ we will generate one for you.
50
48
We will look inside a ``doc `` or ``docs `` directory first,
51
49
and then default to the top-level of your documentation.
52
50
53
- Then Mkdocs will build any files with an ``.md `` extension.
54
- If you have a ``README.md ``,
55
- it will be transformed into an ``index.md `` automatically.
56
- As MkDocs doesn't support automatic PDF generation,
57
- Read the Docs cannot create a PDF version of your documentation with the *Mkdocs * option.
51
+ Then Mkdocs will build any files with an ``.md `` extension. As MkDocs doesn't
52
+ support automatic PDF generation, Read the Docs cannot create a PDF version of
53
+ your documentation with the *Mkdocs * option.
58
54
59
55
Understanding what's going on
60
56
-----------------------------
You can’t perform that action at this time.
0 commit comments